feat: lutris

This commit is contained in:
Patrick 2023-09-08 19:32:40 +02:00
parent cab1f193f3
commit 960208bf2e
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,10 @@
".local/share//Daedalic Entertainment GmbH/"
# Nvidia shader cache
".cache/nvidia"
# lutris cache
".local/share/lutris"
# lutric games
"Games"
];
};
};

View file

@ -3,6 +3,9 @@
packages = with pkgs; [
nextcloud-client
discord
lutris
wine-wayland
winetricks
];
};
}