hyprtoolkit colors

This commit is contained in:
2026-02-23 13:13:37 +01:00
parent 70c62eada8
commit 7dee04d6e7
3 changed files with 29 additions and 10 deletions

13
modules/gtk.nix Normal file
View File

@@ -0,0 +1,13 @@
{ ... }:
{
gtk.enable = true;
dconf = {
enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
}