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