[gaming] Always include emulators

This commit is contained in:
2025-11-18 08:55:13 -08:00
parent c9252c42c2
commit 30b616dd93
2 changed files with 1 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ with lib;
kde = mkOption { type = types.bool; default = false; description = "Enable KDE."; }; kde = mkOption { type = types.bool; default = false; description = "Enable KDE."; };
gaming = { gaming = {
enable = mkOption { type = types.bool; default = false; description = "Enable gaming support."; }; 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."; }; sddm = mkOption { type = types.bool; default = false; description = "Enable SDDM greeter."; };
}; };

View File

@@ -12,13 +12,8 @@ in
steam steam
lutris lutris
moonlight moonlight
];
# Possibly other gaming specific services or settings # Emulators
})
(mkIf (cfg.enable && cfg.gaming.emulation) {
environment.systemPackages = with pkgs; [
dolphin-emu dolphin-emu
dolphin-emu-primehack dolphin-emu-primehack
retroarch-full retroarch-full