mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/suites/gaming: fix erroneous attribute
This commit is contained in:
parent
164e5f919a
commit
6737cd1d16
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user