fixed fish theming

This commit is contained in:
Tyler Mayoff 2025-09-10 21:52:13 -04:00
parent 03464a60f6
commit 8449142b36

View file

@ -6,9 +6,9 @@
};
lightModeScripts = {
# fish = ''
# yes | fish_config theme save "Rosé Pine Dawn"
# '';
fish = ''
fish -c 'yes | fish_config theme save "Rosé Pine Dawn"'
'';
gtk-theme = ''
${pkgs.dconf}/bin/dconf write \
@ -30,9 +30,9 @@
noctalia-shell ipc call darkMode setDark
'';
# fish = ''
# yes | fish_config theme save "Rosé Pine"
# '';
fish = ''
fish -c 'yes | fish_config theme save "Rosé Pine"'
'';
};
};
}