add emulation option
This commit is contained in:
parent
860af80a0a
commit
7a3c74421c
6 changed files with 12 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
|
||||
./ROG_Pugio_II_fixes.nix
|
||||
./emulation.nix
|
||||
./mangohud.nix
|
||||
./minecraft.nix
|
||||
./moonlight.nix
|
||||
|
|
10
modules/default/common/desktop/games/emulation.nix
Normal file
10
modules/default/common/desktop/games/emulation.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
lib.mkIf config.desktop.emulation.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
melonDS
|
||||
dolphin-emu
|
||||
#lime3ds
|
||||
cemu
|
||||
steam-rom-manager
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue