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.
This commit is contained in:
m3tam3re
2026-09-12 14:00:38 +02:00
parent 2de49b5204
commit 601eae6362
+1 -1
View File
@@ -7,7 +7,7 @@
with lib; let with lib; let
cfg = config.profiles.gaming.emulators; cfg = config.profiles.gaming.emulators;
in { in {
options.profiles.gaming.gamescope.enable = mkEnableOption "enable Emulators"; options.profiles.gaming.emulators.enable = mkEnableOption "Emulators";
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [