Regenerated
This commit is contained in:
@@ -18,7 +18,7 @@ in
|
||||
#################################
|
||||
# Home Manager user definition
|
||||
#################################
|
||||
home-manager.users = {
|
||||
_module.args.hmUsers = {
|
||||
${username} = {
|
||||
home.username = username;
|
||||
home.homeDirectory = "/home/${username}";
|
||||
@@ -29,13 +29,13 @@ in
|
||||
];
|
||||
|
||||
home.file = {
|
||||
};
|
||||
|
||||
# Activation to ensure the directory is writable before symlinks
|
||||
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
mkdir -p $HOME/.config
|
||||
chmod -R u+rwx $HOME/.config
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user