add qt5 config
This commit is contained in:
parent
0ab4397329
commit
4f22b2bf48
|
@ -517,7 +517,13 @@ in {
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "capitaine-cursors";
|
name = "capitaine-cursors";
|
||||||
package = papirus_red;
|
package = pkgs.capitaine-cursors;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "gtk";
|
||||||
|
style.package = pkgs.libsForQt5.qtstyleplugins;
|
||||||
|
style.name = "gtk2";
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue