like this?

This commit is contained in:
Noa Aarts 2025-04-01 18:00:49 +02:00
parent 392f06c4b7
commit c99c88f202
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -462,8 +462,8 @@ in
}; };
# NOTE: remove when stylix is fixed # NOTE: remove when stylix is fixed
qt = { qt = lib.mkIf enableGraphical {
enable = enableGraphical; enable = true;
platformTheme.name = "adwaita"; platformTheme.name = "adwaita";
}; };