add qt5 config

This commit is contained in:
Leonardo Eugênio 2022-07-19 22:05:48 -03:00
parent 0ab4397329
commit 4f22b2bf48

View file

@ -517,7 +517,13 @@ in {
};
cursorTheme = {
name = "capitaine-cursors";
package = papirus_red;
package = pkgs.capitaine-cursors;
};
};
qt = {
enable = true;
platformTheme = "gtk";
style.package = pkgs.libsForQt5.qtstyleplugins;
style.name = "gtk2";
};
}