darkman fish script

This commit is contained in:
Tyler Mayoff 2025-08-29 22:36:59 -04:00
parent 64a1c0a072
commit e8f97460ff
3 changed files with 9 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
services.darkman = {
enable = true;
settings = {
@ -6,17 +6,15 @@
};
lightModeScripts = {
# gtk-theme = ''
# ${pkgs.dconf}/bin/dconf write \
# /org/gnome/desktop/interface/color-scheme "'prefer-light'"
# '';
fish = ''
yes | fish_config theme save "Rosé Pine Dawn"
'';
};
darkModeScripts = {
# gtk-theme = ''
# ${pkgs.dconf}/bin/dconf write \
# /org/gnome/desktop/interface/color-scheme "'prefer-dark'"
# '';
fish = ''
yes | fish_config theme save "Rosé Pine"
'';
};
};
}