add mcontrolcenter

This commit is contained in:
outfoxxed 2025-01-05 23:17:47 -08:00
parent 22a34c114b
commit 187222b1f2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 54 additions and 0 deletions

View file

@ -4,6 +4,7 @@
(final: prev: {
kwrite = final.kdePackages.callPackage ./kwrite.nix {};
mcontrolcenter = final.callPackage ./mcontrolcenter.nix {};
})
];
}