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