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";