Regenerated
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user