From f4b76d4ae42065b1fe030a7de40e6cf7f83d9d4a Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Wed, 17 Dec 2025 02:50:45 +0000 Subject: [PATCH] Add wine to lutris runners --- home-manager/roles/desktop/common/apps/lutris.nix | 4 ++++ hosts/physical/crow/default.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home-manager/roles/desktop/common/apps/lutris.nix b/home-manager/roles/desktop/common/apps/lutris.nix index 8ba5822..ee32e14 100644 --- a/home-manager/roles/desktop/common/apps/lutris.nix +++ b/home-manager/roles/desktop/common/apps/lutris.nix @@ -3,5 +3,9 @@ { programs.lutris = { enable = true; + + runners = { + wine.package = pkgs.wine; + }; }; } diff --git a/hosts/physical/crow/default.nix b/hosts/physical/crow/default.nix index 539af21..a537056 100644 --- a/hosts/physical/crow/default.nix +++ b/hosts/physical/crow/default.nix @@ -24,7 +24,7 @@ networking.hostName = "crow"; - fileSystems."/home/${vars.user}/Games/SteamLibrary" = { + fileSystems."/home/${vars.user}/Games/Steam" = { device = "/dev/disk/by-uuid/312227de-38a9-4475-9e46-fecc232f2002"; fsType = "ext4";