fix: lutris

This commit is contained in:
2024-04-10 09:18:20 +02:00
parent 711ed4eca7
commit 3c2fdb3ab1
2 changed files with 12 additions and 6 deletions

View File

@@ -112,11 +112,6 @@
p7zip p7zip
fzf fzf
eza eza
# system-wide wine
lutris
wine-staging
winetricks
protontricks
# docker # docker
docker-compose docker-compose
]; ];

View File

@@ -5,6 +5,7 @@
# nix # nix
cachix cachix
lorri lorri
vulnix
# fix for proton games not launching without any error message # fix for proton games not launching without any error message
libxcrypt libxcrypt
@@ -59,10 +60,20 @@
steam steam
oversteer oversteer
obs-studio obs-studio
cartridges
bottles bottles
(lutris.override {
extraLibraries =
pkgs: with pkgs; [
libgudev
libvdpau
libsoup
];
})
wine
winetricks
protontricks protontricks
mangohud mangohud
gamescope
# utils # utils
gh gh