mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
darkman fish script
This commit is contained in:
parent
64a1c0a072
commit
e8f97460ff
3 changed files with 9 additions and 12 deletions
|
|
@ -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"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue