use qt6 cantata fork

package pulled from nixpkgs issue
This commit is contained in:
outfoxxed 2025-01-05 23:24:09 -08:00
parent 4f6b9c55e1
commit 590618a5bc
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 192 additions and 1 deletions

View file

@ -1,10 +1,11 @@
{ inputs, ... }: {
{ inputs, pkgs, ... }: {
nixpkgs.overlays = [
inputs.nur.overlay
(final: prev: {
kwrite = final.kdePackages.callPackage ./kwrite.nix {};
mcontrolcenter = final.callPackage ./mcontrolcenter.nix {};
cantata = final.qt6Packages.callPackage ./cantata {};
})
];
}