switch default shell to zsh and adopt catppuccin mocha
This commit is contained in:
parent
418f0701bc
commit
a58e842817
15 changed files with 391 additions and 160 deletions
|
|
@ -54,8 +54,8 @@
|
|||
|
||||
users.users.${user} = {
|
||||
home = lib.mkDefault "/Users/${user}";
|
||||
# Use the Home Manager nushell which has proper config setup
|
||||
shell = "/etc/profiles/per-user/${user}/bin/nu";
|
||||
# Use the macOS system Zsh as the login shell. Nushell remains available as `nu`.
|
||||
shell = "/bin/zsh";
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue