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 = ''