aboutsummaryrefslogtreecommitdiff
path: root/nixos/haruka
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-15 17:21:56 +0900
committersefidel <contact@sefidel.net>2023-10-15 21:01:29 +0900
commita468456ddcd7668605960f6cb1637865ecfcf6c6 (patch)
treef8554a0c8e67a7f6fb9cdb2a060356a3b3940f9b /nixos/haruka
parentbc10900ea6e1ee1b43fe303329e7fdbe93359be3 (diff)
downloadnixrc-a468456ddcd7668605960f6cb1637865ecfcf6c6.zip
feat(nixos/haruka): enable devkit
Diffstat (limited to 'nixos/haruka')
-rw-r--r--nixos/haruka/configuration.nix3
1 files changed, 3 insertions, 0 deletions
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"
];
};
};