From 9acf1953ee216c25dce737f636e85cae03de117e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 16 May 2024 10:16:15 +0100 Subject: [PATCH] Add lutris to games.nix configuration --- configuration/games.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/games.nix b/configuration/games.nix index 6d99419b..13a031aa 100644 --- a/configuration/games.nix +++ b/configuration/games.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ + lutris prismlauncher (retroarch.override { cores = with libretro; [dolphin mgba mupen64plus];