Regenerated
This commit is contained in:
@@ -12,6 +12,8 @@ in
|
||||
home = "/home/${username}";
|
||||
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
|
||||
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
|
||||
# Set zsh as default login shell
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
#################################
|
||||
@@ -33,9 +35,6 @@ in
|
||||
chmod -R u+rwx $HOME/.config
|
||||
'';
|
||||
|
||||
# Set zsh as default login shell
|
||||
shell = pkgs.zsh;
|
||||
|
||||
# Locale and timezone settings
|
||||
home.sessionVariables = {
|
||||
LANG = "nl_NL.UTF-8";
|
||||
|
||||
Reference in New Issue
Block a user