Kde: add libplasma patch
This commit is contained in:
parent
b20c1b53d1
commit
c666b582f6
2 changed files with 64 additions and 0 deletions
|
|
@ -39,6 +39,22 @@ in {
|
|||
|
||||
qt.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(
|
||||
final: prev: {
|
||||
kdePackages = prev.kdePackages.overrideScope (
|
||||
kFinal: kPrev: {
|
||||
libplasma = kPrev.libplasma.overrideAttrs {
|
||||
patches = [
|
||||
../kde/patches/libplasma-pr1214.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
# GTK apps need dconf to grab the correct theme on Wayland
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue