diff options
| author | Christian <[email protected]> | 2026-05-25 15:27:53 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-25 15:27:53 -0500 |
| commit | 0331a1b53c9586a92c6b7555cc37bed27839ffb7 (patch) | |
| tree | 3cbfb6dce2fabe3beccea77fdd9022df70b91b35 /modules/home/christian.nix | |
| parent | 745dc29a70fa0bd2fc6d648101b66dc6446a3b81 (diff) | |
Add fish as default shell with zoxide integration
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
