diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:47:42 +0530 |
| commit | 459d83c13b4f903cc425a4c626fd66b1f27317aa (patch) | |
| tree | 412b42fac2e57543dec238f0d3523689ab6b12c9 /modules/keyboard/default.nix | |
| parent | 9434f518f49c72358835500889dbaecad034632d (diff) | |
| download | nixos-config-459d83c13b4f903cc425a4c626fd66b1f27317aa.tar.gz nixos-config-459d83c13b4f903cc425a4c626fd66b1f27317aa.zip | |
Switch to upstream kmonad module
Diffstat (limited to '')
| -rw-r--r-- | modules/keyboard/default.nix | 3 |
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; |
