try plasma qtct
This commit is contained in:
parent
2b42efeb9f
commit
55ad746f73
1 changed files with 1 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue