Compare commits

..

No commits in common. "29a82befe105837ec15ad233952ca92ee4b63cca" and "26bc2e650f91a31a1b5a742bbd1b9ba1c12cc512" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View file

@ -60,7 +60,6 @@ in {
nicotine-plus nicotine-plus
nil nil
nitch nitch
obsidian
swww swww
microfetch microfetch
nmap nmap

View file

@ -1,4 +1,4 @@
;; Source layer for my DasKeyboard 4 Professional and my Laptop ;; Source layer for my DasKeyboard 4 Professional
(defsrc (defsrc
grv 1 2 3 4 5 6 7 8 9 0 - = bspc grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w e r t y u i o p [ ] tab q w e r t y u i o p [ ]

View file

@ -1,4 +1,7 @@
{...}: { {
...
}:
{
services.kanata = { services.kanata = {
enable = true; enable = true;
@ -6,10 +9,5 @@
devices = ["/dev/input/by-id/usb-Metadot_-_Das_Keyboard_Das_Keyboard-event-kbd"]; devices = ["/dev/input/by-id/usb-Metadot_-_Das_Keyboard_Das_Keyboard-event-kbd"];
config = builtins.readFile (./. + "/main.kbd"); config = builtins.readFile (./. + "/main.kbd");
}; };
keyboards.laptop = {
devices = ["/dev/input/by-path/platform-i8042-serio-0-event-kbd"];
config = builtins.readFile (./. + "/main.kbd");
};
}; };
} }