[gaming] Always include emulators
This commit is contained in:
@@ -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."; };
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user