From 55ad746f730c2713b42124c0b2deac2df753eb38 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 30 Apr 2025 21:06:20 +0200 Subject: [PATCH] try plasma qtct --- common/home/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"; }; }; };