diff options
Diffstat (limited to 'modules/home')
| -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; |
