From 601eae63621786363c990361032aa969e2d7469d Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Sat, 12 Sep 2026 14:00:38 +0200 Subject: [PATCH] fix(gaming): emulators.nix declared gamescope's option by mistake Copy-paste slip from 7064bbe: emulators.nix declared profiles.gaming.gamescope.enable (already declared in gamescope.nix) while reading profiles.gaming.emulators, which was never declared. Declare the emulators option instead. --- profiles/sets/gaming/emulators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/sets/gaming/emulators.nix b/profiles/sets/gaming/emulators.nix index a46c4a6..d58fd83 100644 --- a/profiles/sets/gaming/emulators.nix +++ b/profiles/sets/gaming/emulators.nix @@ -7,7 +7,7 @@ with lib; let cfg = config.profiles.gaming.emulators; in { - options.profiles.gaming.gamescope.enable = mkEnableOption "enable Emulators"; + options.profiles.gaming.emulators.enable = mkEnableOption "Emulators"; config = mkIf cfg.enable { home.packages = with pkgs; [