aboutsummaryrefslogtreecommitdiff
path: root/modules/keyboard/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/keyboard/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/keyboard/default.nix b/modules/keyboard/default.nix
index 6d68e0c..81e3c91 100644
--- a/modules/keyboard/default.nix
+++ b/modules/keyboard/default.nix
@@ -1,11 +1,12 @@
{ ... }:
{
- imports = [ ./kmonad.nix ];
+ # imports = [ ./kmonad.nix ];
services.kmonad = {
enable = true;
keyboards = {
k2 = {
+ name = "k2";
device = "/dev/input/by-id/usb-Keychron_Keychron_K2-event-kbd";
defcfg = {
enable = true;