Change from fish to zsh with p10k
This commit is contained in:
parent
ab73790c6d
commit
70dd415c8e
3 changed files with 36 additions and 9 deletions
|
|
@ -102,7 +102,7 @@
|
|||
# thunderbird
|
||||
];
|
||||
initialPassword = "changeme";
|
||||
shell = pkgs.fish;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
jetbrains-mono
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
|
|||
Reference in a new issue