Regenerated

This commit is contained in:
2026-03-22 15:02:37 +00:00
parent 2e75f42767
commit 2f8f61e553
32 changed files with 8 additions and 1569 deletions
+8 -2
View File
@@ -1218,7 +1218,7 @@ This sets up the zsh in the terminal
{
################################################
# Install Zsh and Oh-My-Zsh system-wide
# System-wide installation of Zsh + Oh-My-Zsh
################################################
environment.systemPackages = [
pkgs.zsh
@@ -1226,9 +1226,15 @@ This sets up the zsh in the terminal
];
################################################
# Make Zsh the default shell for all users (optional)
# Make Zsh the default shell for all users
################################################
users.defaultUserShell = pkgs.zsh;
################################################
# Disable Home Manager shell check warnings
################################################
users.users.henrov.ignoreShellProgramCheck = true;
users.users.root.ignoreShellProgramCheck = true;
}
#+END_SRC