dotfiles/nix/users/hungtr.nix

9 lines
187 B
Nix

{ ... }@inputs: {
users.users.hungtr = {
isNormalUser = true;
home = "/home/hungtr";
description = "pegasust/hungtr";
extraGroups = [ "wheel" "networkmanager" ];
};
}