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