universe/home/theming/qt.nix
2025-03-02 17:14:39 +05:00

7 lines
91 B
Nix

{...}: {
qt = {
# platformTheme.name = lib.mkForce "gtk3";
enable = true;
};
}