fighting with wpaperd and swaylock-plugin
This commit is contained in:
parent
0a990d8308
commit
cfb2e9209e
9 changed files with 68 additions and 46 deletions
8
overlays/wine-yabridge.nix
Normal file
8
overlays/wine-yabridge.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
final: prev: {
|
||||
wineWowPackages.yabridge = prev.wineWowPackages.yabridge.overrideAttrs (old: {
|
||||
patches = [ ../patches/wine-6006.patch ] ++ old.patches;
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue