From 3d0b106594141866854be1ac77a7baeea3938b53 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Sep 2024 08:32:20 +0100 Subject: [PATCH] Actually remove fish this time --- system/default.nix | 1 - system/home/plasma/konsole.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index f8369956..9449988c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -169,7 +169,6 @@ programs = { command-not-found.enable = false; ssh.startAgent = true; - fish.enable = true; nano = { enable = true; syntaxHighlight = true; diff --git a/system/home/plasma/konsole.nix b/system/home/plasma/konsole.nix index f2b18c88..e2c3bfc3 100644 --- a/system/home/plasma/konsole.nix +++ b/system/home/plasma/konsole.nix @@ -8,7 +8,7 @@ profiles.onelight = { name = "One-Light"; colorScheme = "onelight"; - command = "${config.programs.fish.package}/bin/fish"; + command = "${config.programs.nushell.package}/bin/nu"; font = { inherit (config.stylix.fonts.monospace) name; size = config.stylix.fonts.sizes.terminal;