Useless because lot of application run with XWayland and is already patched for NVIDIA 555
This commit is contained in:
parent
1d210c4cad
commit
6636261dbc
4 changed files with 1 additions and 2042 deletions
|
@ -33,10 +33,5 @@ in
|
||||||
glxinfo
|
glxinfo
|
||||||
clinfo
|
clinfo
|
||||||
];
|
];
|
||||||
|
|
||||||
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(import ../../../../overlays/kwin)
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
0
overlays/.gitkeep
Normal file
0
overlays/.gitkeep
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,9 +0,0 @@
|
||||||
self: super: {
|
|
||||||
kdePackages = super.kdePackages.overrideScope (kde-self: kde-super: rec {
|
|
||||||
kwin = kde-super.kwin.overrideAttrs (oldAttrs: rec {
|
|
||||||
patches = oldAttrs.patches ++ [
|
|
||||||
./5511.patch # https://invent.kde.org/plasma/kwin/-/merge_requests/5511
|
|
||||||
];
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue