try plasma qtct

This commit is contained in:
Noa Aarts 2025-04-30 21:06:20 +02:00
parent 2b42efeb9f
commit 55ad746f73
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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";
};
};
};