feat: setup zsh as default shell
This commit is contained in:
parent
b220300e0c
commit
f488f772ee
5 changed files with 63 additions and 43 deletions
|
@ -24,7 +24,7 @@
|
|||
users.users.felschr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "audio" ];
|
||||
shell = pkgs.fish;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager.users.felschr = import ./home/felschr.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue