Roles/kde: remove patches
All of this patches are in 6.3, so they're not needed anymore
This commit is contained in:
parent
789157e3bf
commit
5640408d9f
10 changed files with 0 additions and 2973 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue