Actually remove fish this time

This commit is contained in:
Evie Litherland-Smith 2024-09-21 08:32:20 +01:00
parent ff60c97573
commit 3d0b106594
2 changed files with 1 additions and 2 deletions

View file

@ -169,7 +169,6 @@
programs = {
command-not-found.enable = false;
ssh.startAgent = true;
fish.enable = true;
nano = {
enable = true;
syntaxHighlight = true;

View file

@ -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;