feat: add packages for wine gaming

This commit is contained in:
oddlama 2023-09-10 20:07:20 +02:00
parent 3749c8ef56
commit 968cd97931
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -4,7 +4,14 @@
...
}: {
home.packages = with pkgs; [
lutris
(lutris.override {
# Needed to stop ntlm_auth warnings in lutris
extraLibraries = p: [p.jansson];
})
openssl
vulkan-tools
dxvk
wineWowPackages.stable
winetricks
];