This commit is contained in:
2025-11-26 18:27:11 +01:00
parent fc18681a5d
commit 4e6cb03e8c

View File

@@ -5,6 +5,8 @@
home = { home = {
inherit username; inherit username;
homeDirectory = lib.mkForce "/home/${username}"; homeDirectory = lib.mkForce "/home/${username}";
group = "${username}";
isNormaleUser = true;
# This value determines the Home Manager release that your # This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage