diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 9c8dff8..6d5ab9e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -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;