diff --git a/home-modules/qt.nix b/home-modules/qt.nix index 130d3fa..bc87f16 100755 --- a/home-modules/qt.nix +++ b/home-modules/qt.nix @@ -1,6 +1,8 @@ -{ pkgs, lib, user, ... }: +{ ... }: { qt = { - platformTheme = "gtk"; + enable = true; + platformTheme.name = "qtct"; + style.name = "adwaita-dark"; }; }