diff options
author | sefidel <contact@sefidel.net> | 2023-10-15 17:21:38 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-15 21:01:28 +0900 |
commit | bc10900ea6e1ee1b43fe303329e7fdbe93359be3 (patch) | |
tree | 4effa3eb5ce152f8a4f0b31aa17afb20800bf563 /nixos/alpha | |
parent | f737eecdade66600fcd75fbabcef28660eccf09c (diff) | |
download | nixrc-bc10900ea6e1ee1b43fe303329e7fdbe93359be3.tar.gz nixrc-bc10900ea6e1ee1b43fe303329e7fdbe93359be3.zip |
feat(nixos/alpha): enable devkit
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 4bc684d..eb62971 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -198,6 +198,8 @@ hardware.logitech.wireless.enable = true; hardware.opentabletdriver.enable = true; + hardware.devkit.enable = true; + services.hardware.openrgb.enable = true; services.keyd-qol.enable = true; @@ -325,6 +327,7 @@ "wheel" "audio" "networkmanager" + "plugdev" ]; }; }; |