From 000af7e8b4d66daa668a88d35ba48d3332f91573 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 10 Oct 2025 11:50:25 +0200 Subject: [PATCH] from bash to zsh --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index fbd30ff..4eb6dbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,6 +83,8 @@ ]; programs.fzf.keybindings = true; + programs.zsh.enable = true; + users.defaultUserShell = pkgs.zsh; system.stateVersion = "25.05";