From 03f91f3817690b55094848801eed7ee578c9ea17 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Wed, 26 Feb 2025 03:05:08 +0400 Subject: [PATCH] vps1: zsh for mikprin --- hosts/vps1/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index 05e4cb3..b9e0afd 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -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