From a468456ddcd7668605960f6cb1637865ecfcf6c6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 15 Oct 2023 17:21:56 +0900 Subject: feat(nixos/haruka): enable devkit --- nixos/haruka/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/haruka/configuration.nix') diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index b6772b8..1d2bdf3 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -205,6 +205,8 @@ hardware.bluetooth.enable = true; hardware.opentabletdriver.enable = true; + hardware.devkit.enable = true; + hardware.trackpoint = { enable = true; device = "TPPS/2 Elan TrackPoint"; @@ -337,6 +339,7 @@ "wheel" "audio" "networkmanager" + "plugdev" ]; }; }; -- cgit 1.4.1