reorganize ./modules

This commit is contained in:
2023-08-02 22:04:22 +02:00
parent 7536cd5097
commit ed9000aabe
9 changed files with 54 additions and 97 deletions

8
modules/user.nix Normal file
View File

@@ -0,0 +1,8 @@
{
users.users.stefan = {
isNormalUser = true;
description = "stefan";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [];
};
}