vps1: zsh for mikprin

This commit is contained in:
Lgmrszd 2025-02-26 03:05:08 +04:00
parent ce59cf311c
commit 03f91f3817
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -33,6 +33,7 @@ in
]; ];
programs.fish.enable = true; programs.fish.enable = true;
programs.zsh.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.allowed-users = [ "@wheel" ]; nix.settings.allowed-users = [ "@wheel" ];
@ -168,7 +169,7 @@ in
extraGroups = [ extraGroups = [
"podman" "podman"
]; ];
shell = pkgs.fish; shell = pkgs.zsh;
}; };
# TODO move to separate # TODO move to separate