Regenerated

This commit is contained in:
2026-03-31 11:15:37 +00:00
parent 52e41e4067
commit 5016a54ce0
3 changed files with 296 additions and 294 deletions
+291 -290
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -3454,7 +3454,7 @@ in
################################# #################################
# Home Manager user definition # Home Manager user definition
################################# #################################
home-manager.users = { _module.args.hmUsers = {
${username} = { ${username} = {
home.username = username; home.username = username;
home.homeDirectory = "/home/${username}"; home.homeDirectory = "/home/${username}";
@@ -3465,7 +3465,6 @@ in
]; ];
home.file = { home.file = {
};
# Activation to ensure the directory is writable before symlinks # Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
@@ -3474,7 +3473,9 @@ in
''; '';
}; };
}; };
};
} }
#+END_SRC #+END_SRC
+2 -2
View File
@@ -18,7 +18,7 @@ in
################################# #################################
# Home Manager user definition # Home Manager user definition
################################# #################################
home-manager.users = { _module.args.hmUsers = {
${username} = { ${username} = {
home.username = username; home.username = username;
home.homeDirectory = "/home/${username}"; home.homeDirectory = "/home/${username}";
@@ -29,7 +29,6 @@ in
]; ];
home.file = { home.file = {
};
# Activation to ensure the directory is writable before symlinks # Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
@@ -38,4 +37,5 @@ in
''; '';
}; };
}; };
};
} }