summaryrefslogtreecommitdiff
path: root/hosts/lia/modules/users.nix
blob: 0161e0b3e2a2db4623fc149af86f8ab02c9d2f4b (plain) (blame)
1
2
3
4
5
{ ... }: {
  users.users."rohit" = {
    isNormalUser = true;
  };
}