diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-09 03:53:17 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-09 03:53:17 +0000 |
| commit | c7df520c75aa94b71c44da64a1e4aaae728c636d (patch) | |
| tree | 69e01a12e0e51dcbf551d55451fa289db5387756 /machines | |
| parent | 11d6e984a2259534cbf8f9e06b1b91772f3f1d5f (diff) | |
steam hardware
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/zenbook/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/zenbook/default.nix b/machines/zenbook/default.nix index 2f311ed..830d888 100644 --- a/machines/zenbook/default.nix +++ b/machines/zenbook/default.nix @@ -35,6 +35,7 @@ binfmt.emulatedSystems = ["aarch64-linux"]; }; hardware.onlykey.enable = true; + hardware.steam-hardware.enable = true; # i2c for https://github.com/mohamed-badaoui/asus-touchpad-numpad-driver hardware.i2c.enable = true; systemd.services.asus-touchpad-numpad = { |
