Actually remove fish this time
This commit is contained in:
parent
ff60c97573
commit
3d0b106594
|
@ -169,7 +169,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
command-not-found.enable = false;
|
command-not-found.enable = false;
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
fish.enable = true;
|
|
||||||
nano = {
|
nano = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlight = true;
|
syntaxHighlight = true;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
profiles.onelight = {
|
profiles.onelight = {
|
||||||
name = "One-Light";
|
name = "One-Light";
|
||||||
colorScheme = "onelight";
|
colorScheme = "onelight";
|
||||||
command = "${config.programs.fish.package}/bin/fish";
|
command = "${config.programs.nushell.package}/bin/nu";
|
||||||
font = {
|
font = {
|
||||||
inherit (config.stylix.fonts.monospace) name;
|
inherit (config.stylix.fonts.monospace) name;
|
||||||
size = config.stylix.fonts.sizes.terminal;
|
size = config.stylix.fonts.sizes.terminal;
|
||||||
|
|
Loading…
Reference in a new issue