nixos/suites/gaming: fix erroneous attribute

This commit is contained in:
Gabriel Arazas 2024-01-25 12:18:46 +08:00
parent 164e5f919a
commit 6737cd1d16
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -47,7 +47,7 @@ in
# Enabling all hardware settings for the desktop (unless the user # Enabling all hardware settings for the desktop (unless the user
# explicitly disabled it). # explicitly disabled it).
profiles.desktop.hardware.enable = lib.mkDefault true; suites.desktop.hardware.enable = lib.mkDefault true;
} }
(lib.mkIf cfg.emulators.enable { (lib.mkIf cfg.emulators.enable {