From 4e6cb03e8c1c36db928dc785510653701cef9332 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Wed, 26 Nov 2025 18:27:11 +0100 Subject: [PATCH] Added --- users/core.nix | 2 ++ 1 file changed, 2 insertions(+) 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