From 0331a1b53c9586a92c6b7555cc37bed27839ffb7 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 25 May 2026 15:27:53 -0500 Subject: Add fish as default shell with zoxide integration --- modules/home/christian.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/home') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index bae5e90..a0907ab 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -41,6 +41,15 @@ programs.bash.enable = true; + programs.fish = { + enable = true; + }; + + programs.zoxide = { + enable = true; + enableFishIntegration = true; + }; + programs.ssh = { enable = true; enableDefaultConfig = false; -- cgit v1.2.3