diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/nipsy/common/optional/desktops/gtk.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index ac854c4..92f022b 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -6,9 +6,10 @@ }; gtk = { + colorScheme = "dark"; enable = true; - - gtk4.theme = null; + gtk3.colorScheme = "dark"; + gtk4.colorScheme = "dark"; iconTheme = { name = "Adwaita"; |
