From c5bb22722b5f8e4d85f42b74cb37acbd310b5ca8 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 14 Mar 2024 16:03:43 +0100 Subject: [PATCH] add legendary launcher and wine stuff --- modules/desktop/gaming.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/desktop/gaming.nix b/modules/desktop/gaming.nix index 8f7c5e9..228c2c0 100644 --- a/modules/desktop/gaming.nix +++ b/modules/desktop/gaming.nix @@ -16,6 +16,10 @@ in home.packages = with pkgs; [ lutris prismlauncher + legendary-gl + wineWowPackages.stable + dxvk_2 + vkd3d-proton ]; }; };