Regenerated
This commit is contained in:
@@ -27,21 +27,17 @@ in
|
||||
# add packages here
|
||||
];
|
||||
|
||||
# Ensure .config directory is writable
|
||||
home.activation = {
|
||||
fixStylixPermissions = {
|
||||
text = ''
|
||||
mkdir -p $HOME/.config
|
||||
chmod -R u+rwx $HOME/.config
|
||||
'';
|
||||
};
|
||||
};
|
||||
# Activation to ensure the directory is writable
|
||||
home.activation.fixStylixPermissions = ''
|
||||
mkdir -p $HOME/.config
|
||||
chmod -R u+rwx $HOME/.config
|
||||
'';
|
||||
|
||||
# Locale and timezone settings for the user
|
||||
# Locale and timezone settings
|
||||
home.sessionVariables = {
|
||||
LANG = "nl_NL.UTF-8";
|
||||
LC_ALL = "nl_NL.UTF-8";
|
||||
TZ = "Europe/Amsterdam";
|
||||
LANG = "nl_NL.UTF-8";
|
||||
LC_ALL = "nl_NL.UTF-8";
|
||||
TZ = "Europe/Amsterdam";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user