diff --git a/modules/gui/qt.nix b/modules/gui/qt.nix index 18deb7d..fe99bc5 100644 --- a/modules/gui/qt.nix +++ b/modules/gui/qt.nix @@ -39,7 +39,7 @@ in { # thanks raf :3 https://github.com/NotAShelf/nyx/blob/main/homes/notashelf/themes/qt.nix qt = { enable = true; - platformTheme = "qtct"; + platformTheme.name = "qtct"; style = { inherit (cfg) name; package = cfg.package.override {