diff --git a/dot_config/flake/home/darkman.nix b/dot_config/flake/home/darkman.nix index f4c9bd7..80024b5 100644 --- a/dot_config/flake/home/darkman.nix +++ b/dot_config/flake/home/darkman.nix @@ -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"' + ''; }; }; }