Compare commits

...

2 commits

Author SHA1 Message Date
6a7d476c19 feat(kanata): tighter timing. 2025-10-14 11:15:16 +02:00
212efaa6aa feat(skadi): try niri. 2025-10-14 11:14:59 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -152,6 +152,8 @@
# Fix not saving my state # Fix not saving my state
hardware.alsa.enablePersistence = true; hardware.alsa.enablePersistence = true;
programs.niri.enable = true;
# Enable appimages # Enable appimages
programs.appimage = { programs.appimage = {
enable = true; enable = true;
@ -260,6 +262,7 @@
lm_sensors lm_sensors
libva-utils libva-utils
alsa-utils alsa-utils
xwayland-satellite
]; ];
# Enable nixd to see nixpkgs path # Enable nixd to see nixpkgs path

View file

@ -17,7 +17,7 @@
(deflayermap (default-layer) (deflayermap (default-layer)
;; tap caps lock as caps lock, hold caps lock as left control ;; tap caps lock as caps lock, hold caps lock as left control
caps (tap-hold 100 100 esc lctl)) caps (tap-hold 1 200 esc lctl))
''; '';
}; };
}; };