From 8bf04b2e17d6ce7be103af04b8c77fd967e29dc3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 6 Apr 2022 22:10:39 +0200 Subject: [PATCH] kitty: Use outPath for fish --- programs/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/kitty.nix b/programs/kitty.nix index 9ffc15b..7b5b049 100644 --- a/programs/kitty.nix +++ b/programs/kitty.nix @@ -6,7 +6,7 @@ settings = { # Shell - shell = "${pkgs.fish}/bin/fish --interactive"; + shell = "${pkgs.fish.outPath}/bin/fish --interactive"; shell_integration = "no-cursor"; # Theme/Layout