Add lutris to games.nix configuration
This commit is contained in:
parent
20792d8190
commit
9acf1953ee
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
lutris
|
||||
prismlauncher
|
||||
(retroarch.override {
|
||||
cores = with libretro; [dolphin mgba mupen64plus];
|
||||
|
|
Loading…
Reference in a new issue