Regenerated
This commit is contained in:
+293
-297
File diff suppressed because it is too large
Load Diff
+9
-13
@@ -3390,21 +3390,17 @@ 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 = {
|
mkdir -p $HOME/.config
|
||||||
text = ''
|
chmod -R u+rwx $HOME/.config
|
||||||
mkdir -p $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";
|
||||||
TZ = "Europe/Amsterdam";
|
TZ = "Europe/Amsterdam";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -27,21 +27,17 @@ 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 = {
|
mkdir -p $HOME/.config
|
||||||
text = ''
|
chmod -R u+rwx $HOME/.config
|
||||||
mkdir -p $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";
|
||||||
TZ = "Europe/Amsterdam";
|
TZ = "Europe/Amsterdam";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user