From e8f97460ff16e54d2707bdad5e6fb15ca898b60c Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 29 Aug 2025 22:36:59 -0400 Subject: [PATCH] darkman fish script --- dot_config/flake/home/common.nix | 4 ++-- dot_config/flake/home/darkman.nix | 16 +++++++--------- dot_config/flake/home/fish.nix | 1 - 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index 5e28411..e0ffbf2 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -34,9 +34,9 @@ # language servers bash-language-server - taplo + taplo # toml sumneko-lua-language-server - nil + nil # nix alejandra # nix formatting yaml-language-server ]; diff --git a/dot_config/flake/home/darkman.nix b/dot_config/flake/home/darkman.nix index cce06bd..8bb013d 100644 --- a/dot_config/flake/home/darkman.nix +++ b/dot_config/flake/home/darkman.nix @@ -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" + ''; }; }; } diff --git a/dot_config/flake/home/fish.nix b/dot_config/flake/home/fish.nix index 7ff7238..a2f7f7a 100644 --- a/dot_config/flake/home/fish.nix +++ b/dot_config/flake/home/fish.nix @@ -28,7 +28,6 @@ in { bind \cz 'fg 2>/dev/null; commandline -f repaint' export GPG_TTY=$(tty) - ''; shellInit = ''