diff --git a/users/core.nix b/users/core.nix index 179d8a5..73367e3 100644 --- a/users/core.nix +++ b/users/core.nix @@ -5,6 +5,8 @@ home = { inherit username; homeDirectory = lib.mkForce "/home/${username}"; + group = "${username}"; + isNormaleUser = true; # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage