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:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user