From 8449142b36a5dc69e481bf4728ac983fc04163e1 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 10 Sep 2025 21:52:13 -0400 Subject: [PATCH] fixed fish theming --- dot_config/flake/home/darkman.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"' + ''; }; }; }