diff --git a/nixos/kanata.nix b/nixos/kanata.nix index a585ed2..b0706f4 100644 --- a/nixos/kanata.nix +++ b/nixos/kanata.nix @@ -62,7 +62,7 @@ XX XX XX XX 0 XX ) - (deflayer misc + (deflayer symbols ;;grv 1 2 3 4 5 6 7 8 9 0 - = bspc XX XX XX XX XX XX XX XX XX XX XX XX XX XX ;;tab q w f p b j l u y ' [ ] @@ -77,7 +77,7 @@ (defalias num (layer-while-held num) arrows (layer-while-held arrows) - misc (layer-while-held misc) + symbols (layer-while-held symbols) cht (chord example t) chs (chord example s) chd (chord example d) @@ -93,7 +93,7 @@ (ret) ret (spc s) @num (spc t) @arrows - (spc d) @misc + (spc d) @symbols ) ''; }