Compare commits
No commits in common. "29a82befe105837ec15ad233952ca92ee4b63cca" and "26bc2e650f91a31a1b5a742bbd1b9ba1c12cc512" have entirely different histories.
29a82befe1
...
26bc2e650f
3 changed files with 5 additions and 8 deletions
|
@ -60,7 +60,6 @@ in {
|
|||
nicotine-plus
|
||||
nil
|
||||
nitch
|
||||
obsidian
|
||||
swww
|
||||
microfetch
|
||||
nmap
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; Source layer for my DasKeyboard 4 Professional and my Laptop
|
||||
;; Source layer for my DasKeyboard 4 Professional
|
||||
(defsrc
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ]
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{...}: {
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.kanata = {
|
||||
enable = true;
|
||||
|
||||
|
@ -6,10 +9,5 @@
|
|||
devices = ["/dev/input/by-id/usb-Metadot_-_Das_Keyboard_Das_Keyboard-event-kbd"];
|
||||
config = builtins.readFile (./. + "/main.kbd");
|
||||
};
|
||||
|
||||
keyboards.laptop = {
|
||||
devices = ["/dev/input/by-path/platform-i8042-serio-0-event-kbd"];
|
||||
config = builtins.readFile (./. + "/main.kbd");
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue