From 624f3479287177d7e64ccad4ed4ec3df1a61dd25 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Sep 2024 13:09:16 +0100 Subject: [PATCH] Fix typo in Konsole command definition --- system/home/plasma/konsole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/plasma/konsole.nix b/system/home/plasma/konsole.nix index 7e5f7644..ac323522 100644 --- a/system/home/plasma/konsole.nix +++ b/system/home/plasma/konsole.nix @@ -13,7 +13,7 @@ profiles.onelight = { name = "One-Light"; colorScheme = "onelight"; - command = "${config.programs.fish}/bin/fish"; + command = "${config.programs.fish.package}/bin/fish"; font = { name = fonts.monospace.name; size = fonts.sizes.terminal;