add jj config to nixos home

This commit is contained in:
2025-08-24 17:03:48 +02:00
parent 060ecab430
commit 852479bc77
2 changed files with 21 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ in
# ".emacs.d".source = home/emacs.d;
# ".config/emacs".source = home/config/emacs;
".doom.d".source = home/doom.d;
".config/jj".source = home/config/jj;
};
home.sessionVariables = {
@@ -1049,6 +1050,7 @@ in
n = "nvim";
e = "emacsclient -c -a 'emacs'";
nnn = "nnn -e";
jl = "jj l";
};
defaultKeymap = "viins";