mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
fix: lutris
This commit is contained in:
@@ -112,11 +112,6 @@
|
|||||||
p7zip
|
p7zip
|
||||||
fzf
|
fzf
|
||||||
eza
|
eza
|
||||||
# system-wide wine
|
|
||||||
lutris
|
|
||||||
wine-staging
|
|
||||||
winetricks
|
|
||||||
protontricks
|
|
||||||
# docker
|
# docker
|
||||||
docker-compose
|
docker-compose
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user