Use arch patched qt5ct

This commit is contained in:
outfoxxed 2023-06-26 00:30:08 -07:00
parent 5abd032e58
commit 1a3d9bcfa2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 217 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
nixpkgs.overlays = [(final: prev: {
kwrite = final.callPackage ./kwrite.nix {};
qt5ct = final.callPackage ./qt5ct {};
})];
}