Regenerated
This commit is contained in:
+287
-291
File diff suppressed because it is too large
Load Diff
+3
-7
@@ -3390,17 +3390,13 @@ in
|
|||||||
# add packages here
|
# add packages here
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure .config directory is writable
|
# Activation to ensure the directory is writable
|
||||||
home.activation = {
|
home.activation.fixStylixPermissions = ''
|
||||||
fixStylixPermissions = {
|
|
||||||
text = ''
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Locale and timezone settings for the user
|
# Locale and timezone settings
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
LANG = "nl_NL.UTF-8";
|
LANG = "nl_NL.UTF-8";
|
||||||
LC_ALL = "nl_NL.UTF-8";
|
LC_ALL = "nl_NL.UTF-8";
|
||||||
|
|||||||
@@ -27,17 +27,13 @@ in
|
|||||||
# add packages here
|
# add packages here
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure .config directory is writable
|
# Activation to ensure the directory is writable
|
||||||
home.activation = {
|
home.activation.fixStylixPermissions = ''
|
||||||
fixStylixPermissions = {
|
|
||||||
text = ''
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Locale and timezone settings for the user
|
# Locale and timezone settings
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
LANG = "nl_NL.UTF-8";
|
LANG = "nl_NL.UTF-8";
|
||||||
LC_ALL = "nl_NL.UTF-8";
|
LC_ALL = "nl_NL.UTF-8";
|
||||||
|
|||||||
Reference in New Issue
Block a user