split waybar into multiple files
This commit is contained in:
parent
53c7532351
commit
7cff7f09c3
29 changed files with 953 additions and 617 deletions
|
|
@ -10,8 +10,10 @@ in
|
|||
{
|
||||
options.xyno.hardware.kmonad.enable = lib.mkEnableOption "kmonad with xynos brain damage";
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
services.kmonad = {
|
||||
enable = true;
|
||||
extraArgs = [ "-c" ];
|
||||
keyboards = {
|
||||
krane = {
|
||||
device = "/dev/input/by-id/usb-Google_Inc._Hammer_440041001157415636313920-event-kbd";
|
||||
|
|
@ -20,6 +22,7 @@ in
|
|||
builtin = {
|
||||
device = "/dev/input/by-path/platform-i8042-serio-0-event-kbd";
|
||||
config = builtins.readFile ./kmonad/builtin.kbd;
|
||||
|
||||
};
|
||||
k70-office = {
|
||||
device = "/dev/input/by-id/usb-Corsair_CORSAIR_K70_CORE_RGB_TKL_Mechanical_Gaming_Keyboard_599A4D472DCAC05584072AFB922E3BFB-event-kbd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue