diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-08 23:29:11 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-08 23:29:11 -0600 |
| commit | 86efd0339e9914469fc4cb111686ba00d54e3ca0 (patch) | |
| tree | 0c45fc1c649b419a31aee645af76d285d114ccbc /machines/zenbook | |
| parent | e4db356d39548748e0e3bd8dda25a807bf708e63 (diff) | |
cleaning up steam code
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/zenbook/default.nix b/machines/zenbook/default.nix index 830d888..61e20db 100644 --- a/machines/zenbook/default.nix +++ b/machines/zenbook/default.nix @@ -35,7 +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 = { |
