Regenerated
This commit is contained in:
+289
-293
File diff suppressed because it is too large
Load Diff
+1
-5
@@ -1189,16 +1189,12 @@ in
|
|||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
|
||||||
# Optional: include the generated zshrc if you want
|
# Optional: include the generated zshrc if you want
|
||||||
home.file.".config/zsh/.zshrc".source = generatedZsh;
|
home.file.".config/zsh/.zshrc".source = generatedZsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#################################
|
|
||||||
# Set Zsh as default login shell for the user (NixOS)
|
|
||||||
#################################
|
|
||||||
users.users."${username}".shell = pkgs.zsh;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -46,14 +46,10 @@ in
|
|||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
${username} = {
|
${username} = {
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
|
||||||
# Optional: include the generated zshrc if you want
|
# Optional: include the generated zshrc if you want
|
||||||
home.file.".config/zsh/.zshrc".source = generatedZsh;
|
home.file.".config/zsh/.zshrc".source = generatedZsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#################################
|
|
||||||
# Set Zsh as default login shell for the user (NixOS)
|
|
||||||
#################################
|
|
||||||
users.users."${username}".shell = pkgs.zsh;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user