Compare commits
No commits in common. "a2a4abc207f4d400a0346e6ebceb590e9bedb214" and "d0e50b2ce6bde42ae6f6bed51ace6500b5f49d53" have entirely different histories.
a2a4abc207
...
d0e50b2ce6
3 changed files with 0 additions and 2041 deletions
|
@ -16,9 +16,4 @@
|
||||||
krfb # Use by kdeconnect for virtualmonitorplugin "krfb-virtualmonitor"
|
krfb # Use by kdeconnect for virtualmonitorplugin "krfb-virtualmonitor"
|
||||||
discover
|
discover
|
||||||
];
|
];
|
||||||
|
|
||||||
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
|
|
||||||
# nixpkgs.overlays = [
|
|
||||||
# (import ../overlays/kwin)
|
|
||||||
# ];
|
|
||||||
}
|
}
|
||||||
|
|
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