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;