Regenerated

This commit is contained in:
2026-04-09 14:11:14 +02:00
parent f6af41c327
commit 7038909604
3 changed files with 317 additions and 314 deletions
+311 -310
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -3473,8 +3473,6 @@ in
home = "/home/${username}";
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
# Set zsh as default login shell
ignoreShellProgramCheck = true;
shell = pkgs.zsh;
};
@@ -3487,6 +3485,9 @@ in
home.homeDirectory = "/home/${username}";
home.stateVersion = "26.05";
programs.zsh.enable = true;
home.file.".config/zsh/.zshrc".source = generatedZsh;
home.packages = [
# add packages here
];
+3 -2
View File
@@ -12,8 +12,6 @@ in
home = "/home/${username}";
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
# Set zsh as default login shell
ignoreShellProgramCheck = true;
shell = pkgs.zsh;
};
@@ -26,6 +24,9 @@ in
home.homeDirectory = "/home/${username}";
home.stateVersion = "26.05";
programs.zsh.enable = true;
home.file.".config/zsh/.zshrc".source = generatedZsh;
home.packages = [
# add packages here
];