aboutsummaryrefslogtreecommitdiff
path: root/services.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-07-11 22:04:39 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-07-11 22:04:39 +0530
commit7697ad2b90f0c490c75fa5b22dde3840fc455d2d (patch)
tree8e0d35b2ee8916bbe0265f107352605bc914308b /services.nix
parentfe5072090fdf71bd32f69f93ce915846f7d42930 (diff)
nvim & boot changes
Diffstat (limited to 'services.nix')
-rw-r--r--services.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/services.nix b/services.nix
index 626464f..1c85666 100644
--- a/services.nix
+++ b/services.nix
@@ -28,4 +28,25 @@
enable = true;
acceleration = "cuda";
};
+ services.kanata = {
+ enable = true;
+ keyboards = {
+ "keyboard".config = ''
+ (defsrc
+ grv 1 2 3 4 5 6 7 8 9 0 - = bspc
+ tab q w e r t y u i o p [ ] ret
+ caps a s d f g h j k l ; ' \
+ lsft z x c v b n m , . / rsft
+ lctl lmet lalt spc ralt rmet rctl
+ )
+ (deflayer qwerty
+ grv 1 2 3 4 5 6 7 8 9 0 - = bspc
+ tab q w e r t y u i o p [ ] ret
+ esc a s d f g h j k l ; ' \
+ lsft z x c v b n m , . / rsft
+ lctl lmet lalt spc ralt rmet rctl
+ )
+ '';
+ };
+};
}