mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
profiles/desktop: add game controller drivers for hardware submodule
This commit is contained in:
parent
415cd10f9b
commit
0e6f3cea8c
@ -161,6 +161,11 @@ in {
|
||||
|
||||
# Enable support for Bluetooth.
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable yer game controllers.
|
||||
hardware.steam-hardware.enable = true;
|
||||
hardware.xone.enable = true;
|
||||
hardware.xpadneo.enable = true;
|
||||
})
|
||||
|
||||
(lib.mkIf cfg.cleanup.enable {
|
||||
|
Loading…
Reference in New Issue
Block a user