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