diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/gtk.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/gtk.nix b/gui/gtk.nix index 9d63b0a..2251507 100644 --- a/gui/gtk.nix +++ b/gui/gtk.nix @@ -64,7 +64,7 @@ in { ]; qt = { - enable = true; - useGtkTheme = true; + enable = true; + platformTheme = "gtk"; }; } |