nix-config/modules/default/common/desktop/emulation.nix

10 lines
184 B
Nix

{ lib, config, pkgs, ... }:
lib.mkIf config.desktop.enable {
environment.systemPackages = with pkgs; [
melonDS
dolphin-emu
#lime3ds
cemu
steam-rom-manager
];
}