configuring
This commit is contained in:
parent
6a3c1ba45b
commit
ec390d1f9c
4 changed files with 29 additions and 4 deletions
|
@ -201,10 +201,14 @@
|
|||
services.kmonad = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
myKMonadOutput = {
|
||||
quefrency = {
|
||||
device = "/dev/input/by-id/usb-Keebio_Quefrency_Rev._5-event-kbd";
|
||||
config = builtins.readFile ../../dotfiles/dot_config/kmonad/main.kbd;
|
||||
config = builtins.readFile ../../dotfiles/dot_config/kmonad/quefrency.kbd;
|
||||
};
|
||||
razer = {
|
||||
device = "/dev/input/by-id/usb-Razer_Razer_Blade-event-kbd";
|
||||
config = builtins.readFile ../../dotfiles/dot_config/kmonad/razer.kbd;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue