From 7129534e2f3fc37c1571ea43d967cd15e3bb89e3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 8 Feb 2022 10:10:13 +0100 Subject: [PATCH] kitty: Reference fish pkg directly --- programs/kitty.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/kitty.nix b/programs/kitty.nix index b488f21..29e7aed 100644 --- a/programs/kitty.nix +++ b/programs/kitty.nix @@ -1,10 +1,12 @@ +{ pkgs, ... }: + { programs.kitty = { enable = true; settings = { # Shell - shell = "/etc/profiles/per-user/daniel/bin/fish --interactive"; + shell = "${pkgs.fish}/bin/fish --interactive"; shell_integration = "no-cursor"; # Theme/Layout