Regenerated
This commit is contained in:
+291
-290
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -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,16 +3465,17 @@ 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"] ''
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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,13 +29,13 @@ 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"] ''
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user