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

@ -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
];

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"
'';
};
};
}

View file

@ -28,7 +28,6 @@ in {
bind \cz 'fg 2>/dev/null; commandline -f repaint'
export GPG_TTY=$(tty)
'';
shellInit = ''