configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 11:52:38 -04:00
parent 4c195e7482
commit 17f05cb226
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
(defcfg (defcfg
input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd")
fallthrough true fallthrough true
) )

View file

@ -202,7 +202,8 @@
enable = true; enable = true;
keyboards = { keyboards = {
myKMonadOutput = { myKMonadOutput = {
config = builtins.readFile /home/emenel/.config/kmonad/main.kbd; device = "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd";
config = builtins.readFile ../../dotfiles/dot_config/kmonad/main.kbd;
}; };
}; };
}; };