set shell integration explicitly
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/settings/fish.nix → user/settings/fish.nix
@@ -2,6 +2,7 @@ { pkgs , lib , ... }: { + home.shell.enableFishIntegration = true; programs.fish = { enable = true; plugins =