affinity nix isn't working
This commit is contained in:
parent
e17ed732a0
commit
de21bcacc5
1 changed files with 10 additions and 8 deletions
|
@ -199,13 +199,15 @@
|
|||
stirling-pdf
|
||||
trash-cli
|
||||
|
||||
(wineWowPackages.stagingFull.override {
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
})
|
||||
wineWowPackages.fonts
|
||||
winetricks
|
||||
# (wineWowPackages.stagingFull.override {
|
||||
# waylandSupport = true;
|
||||
# fontconfigSupport = true;
|
||||
# vulkanSupport = true;
|
||||
# })
|
||||
# wineWowPackages.fonts
|
||||
# winetricks
|
||||
|
||||
bottles
|
||||
|
||||
(pkgs-unstable.yabridge.override {
|
||||
wine = (wineWowPackages.stagingFull.override {
|
||||
|
@ -216,9 +218,9 @@
|
|||
})
|
||||
(pkgs-unstable.yabridgectl.override {
|
||||
wine = (wineWowPackages.stagingFull.override {
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
waylandSupport = true;
|
||||
});
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue