mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Added steam controller drivers
This commit is contained in:
parent
04d1ecf4ca
commit
17b11512b9
1 changed files with 5 additions and 1 deletions
|
@ -79,7 +79,11 @@
|
|||
useXkbConfig = true; # use xkbOptions in tty.
|
||||
};
|
||||
|
||||
hardware.opentabletdriver.enable = true;
|
||||
hardware = {
|
||||
opentabletdriver.enable = true;
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
|
||||
sound = {
|
||||
enable = false;
|
||||
|
|
Loading…
Reference in a new issue