diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-22 17:17:28 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-22 17:17:28 -0400 |
| commit | ed93ebb6ee7b2259802673dcdc5c86246bedab4e (patch) | |
| tree | 5bbdbd17c158e906b65e49c9d9fa255fcc5ea348 /modules/global.nix | |
| parent | 19f764780c12c1e0ee13998e980c64acf7dc9b0e (diff) | |
| download | home-ed93ebb6ee7b2259802673dcdc5c86246bedab4e.tar.gz | |
i3bar
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index 30d39ec..8146fbe 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -54,6 +54,7 @@ in }; }; + gtk = { enable = true; gtk3.extraConfig.gtk-application-prefer-dark-theme = 1; |