mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds gsettings dark mode
This commit is contained in:
parent
438351a874
commit
fbdb0ba6b8
2 changed files with 3 additions and 1 deletions
|
|
@ -198,11 +198,12 @@ in
|
|||
{ command = "swaycons &"; }
|
||||
# { command = "wlsunset -S '06:30' -s '19:30' -d 1800 "; }
|
||||
{ command = "foot --server &"; }
|
||||
{ command = "gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'"; }
|
||||
{ command = "footclient"; }
|
||||
];
|
||||
workspaceAutoBackAndForth = false;
|
||||
};
|
||||
# systemd.enable = true; # ???
|
||||
# systemd.enable = true; # why would anyone do this???
|
||||
wrapperFeatures = {
|
||||
gtk = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue