Add wine to lutris runners
This commit is contained in:
parent
52f4ee0060
commit
f4b76d4ae4
2 changed files with 5 additions and 1 deletions
|
|
@ -3,5 +3,9 @@
|
|||
{
|
||||
programs.lutris = {
|
||||
enable = true;
|
||||
|
||||
runners = {
|
||||
wine.package = pkgs.wine;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue