Roles/kde: remove patches

All of this patches are in 6.3, so they're not needed anymore
This commit is contained in:
Toast 2025-02-15 16:04:10 +01:00
parent 789157e3bf
commit 5640408d9f
10 changed files with 0 additions and 2973 deletions

View file

@ -1,24 +1,4 @@
{...}: {
nixpkgs.overlays = [
(
final: prev: {
kdePackages = prev.kdePackages.overrideScope (
kFinal: kPrev: {
kwin = kPrev.kwin.overrideAttrs {
patches =
kPrev.kwin.patches
++ [
../patches/kwin-pr6406.patch
../patches/kwin-pr6878.patch
../patches/kwin-pr6844.patch
../patches/kwin-pr6985.patch
];
};
}
);
}
)
];
home-manager.users.toast = {
programs.plasma = {
kwin = {