From 30b616dd930fbac07d972801bec1f78bb846ac48 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Tue, 18 Nov 2025 08:55:13 -0800 Subject: [PATCH] [gaming] Always include emulators --- roles/desktop/default.nix | 1 - roles/desktop/gaming.nix | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/desktop/default.nix b/roles/desktop/default.nix index f874962..4011e25 100644 --- a/roles/desktop/default.nix +++ b/roles/desktop/default.nix @@ -11,7 +11,6 @@ with lib; kde = mkOption { type = types.bool; default = false; description = "Enable KDE."; }; gaming = { enable = mkOption { type = types.bool; default = false; description = "Enable gaming support."; }; - emulation = mkOption { type = types.bool; default = false; description = "Enable emulation support."; }; }; sddm = mkOption { type = types.bool; default = false; description = "Enable SDDM greeter."; }; }; diff --git a/roles/desktop/gaming.nix b/roles/desktop/gaming.nix index bc0030f..1ea1061 100644 --- a/roles/desktop/gaming.nix +++ b/roles/desktop/gaming.nix @@ -12,13 +12,8 @@ in steam lutris moonlight - ]; - # Possibly other gaming specific services or settings - }) - - (mkIf (cfg.enable && cfg.gaming.emulation) { - environment.systemPackages = with pkgs; [ + # Emulators dolphin-emu dolphin-emu-primehack retroarch-full