diff --git a/home-manager/modules/qt.nix b/home-manager/modules/qt.nix index 795b2d3..b708073 100644 --- a/home-manager/modules/qt.nix +++ b/home-manager/modules/qt.nix @@ -1,7 +1,7 @@ { qt = { enable = true; - platformTheme = "qtct"; + platformTheme.name = "qtct"; style.name = "kvantum"; };