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
|
stirling-pdf
|
||||||
trash-cli
|
trash-cli
|
||||||
|
|
||||||
(wineWowPackages.stagingFull.override {
|
# (wineWowPackages.stagingFull.override {
|
||||||
waylandSupport = true;
|
# waylandSupport = true;
|
||||||
fontconfigSupport = true;
|
# fontconfigSupport = true;
|
||||||
vulkanSupport = true;
|
# vulkanSupport = true;
|
||||||
})
|
# })
|
||||||
wineWowPackages.fonts
|
# wineWowPackages.fonts
|
||||||
winetricks
|
# winetricks
|
||||||
|
|
||||||
|
bottles
|
||||||
|
|
||||||
(pkgs-unstable.yabridge.override {
|
(pkgs-unstable.yabridge.override {
|
||||||
wine = (wineWowPackages.stagingFull.override {
|
wine = (wineWowPackages.stagingFull.override {
|
||||||
|
@ -216,9 +218,9 @@
|
||||||
})
|
})
|
||||||
(pkgs-unstable.yabridgectl.override {
|
(pkgs-unstable.yabridgectl.override {
|
||||||
wine = (wineWowPackages.stagingFull.override {
|
wine = (wineWowPackages.stagingFull.override {
|
||||||
|
waylandSupport = true;
|
||||||
fontconfigSupport = true;
|
fontconfigSupport = true;
|
||||||
vulkanSupport = true;
|
vulkanSupport = true;
|
||||||
waylandSupport = true;
|
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue