diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 |
| commit | 1a67a1352b08a59603b471f1838772512350641f (patch) | |
| tree | 4e33b5d47364c8d0606a71a34e843ade81daf6ce /config/themes.nix | |
| parent | f216fd893665c510c2819acb5f10b47e6d9fdb53 (diff) | |
Back to dwl
Diffstat (limited to '')
| -rw-r--r-- | config/themes.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/themes.nix b/config/themes.nix index 4bea0e9..58d9a6c 100644 --- a/config/themes.nix +++ b/config/themes.nix @@ -19,7 +19,7 @@ qt = { enable = true; - platformTheme = "gtk"; + platformTheme.name = "gtk"; style.name = "adwaita-dark"; }; } |
