diff --git a/common/home/default.nix b/common/home/default.nix index c07c448..ed35ed5 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -465,12 +465,6 @@ in }; }; - # NOTE: remove when stylix is fixed - qt = { - enable = lib.mkForce true; - platformTheme.name = "adwaita"; - }; - services = { # to make my yubikey and git signing do things correctly gpg-agent = { @@ -537,7 +531,7 @@ in firefox.profileNames = [ "profile_0" ]; qt = { enable = true; - platform = "adwaita"; + platform = "qtct"; }; }; };