downgrading wine

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 20:20:17 -05:00
parent 380d407dd2
commit 3e20dab73d
3 changed files with 17 additions and 4 deletions

View file

@ -162,6 +162,10 @@
extraSpecialArgs = {
inherit inputs;
nix-config = self;
pkgs-stable = inputs.nixpkgs-stable {
config.allowUnfree = true;
};
};
users.emenel = import ./homes/emenel/default.nix;
};

View file

@ -29,6 +29,15 @@
inputs.emacs-overlay.overlays.default
inputs.audio.overlays.default
inputs.nix-rice.overlays.default
(final: prev: {
wineWowPackages.stagingFull = nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs (old: {
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
waylandSupport = true;
fontconfigSupport = true;
vulkanSupport = true;
});
})
];
};

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, nix-config, ... }:
{
@ -56,9 +56,6 @@
stirling-pdf
ripdrag
wineWowPackages.stagingFull
winetricks
sway-launcher-desktop
swayosd
@ -118,6 +115,9 @@
wayback
protonplus
fstl
wineWowPackages.stagingFull
winetricks
];
home.pointerCursor = {