configuring
This commit is contained in:
parent
4c195e7482
commit
17f05cb226
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
(defcfg
|
||||
input (device-file "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd")
|
||||
fallthrough true
|
||||
)
|
||||
|
||||
|
|
|
@ -202,7 +202,8 @@
|
|||
enable = true;
|
||||
keyboards = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue