diff options
Diffstat (limited to 'user/settings/fish.nix')
-rw-r--r-- | user/settings/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 1a0d944e..574c74d3 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -2,6 +2,7 @@ , lib , ... }: { + home.shell.enableFishIntegration = true; programs.fish = { enable = true; plugins = |