From 17b11512b9a55e2691ae4263c2d278fc922f3d65 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 17 Mar 2023 17:43:12 -0700 Subject: [PATCH] Added steam controller drivers --- hosts/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;