nix/hosts/common/users.nix
2022-07-15 22:05:23 -04:00

7 lines
144 B
Nix

{
users.users.thehedgehog = {
isNormalUser = true;
description = "The Hedgehog";
extraGroups = ["networkmanager" "wheel"];
};
}