New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:28:27 +00:00
parent 947603b6f5
commit abae31a135
2 changed files with 2 additions and 0 deletions
@@ -19,4 +19,5 @@ in
# Ensure the user is in the necessary groups
users.users.${config.users.users.${user.username}.username} = {
extraGroups = [ "wheel" "networkmanager" ];
};
}