reorganize ./modules
This commit is contained in:
8
modules/user.nix
Normal file
8
modules/user.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
users.users.stefan = {
|
||||
isNormalUser = true;
|
||||
description = "stefan";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user