Add lutris to games.nix configuration

This commit is contained in:
Evie Litherland-Smith 2024-05-16 10:16:15 +01:00
parent 20792d8190
commit 9acf1953ee

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
lutris
prismlauncher
(retroarch.override {
cores = with libretro; [dolphin mgba mupen64plus];