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";

View File

@@ -0,0 +1,19 @@
[user]
name = "fredrikr79"
email = "fredrikrobertsen7@gmail.com"
[ui]
paginate = "auto"
default-command = "status"
editor = "nvim"
[ui.streampager]
interface = "quit-quickly-or-clear-output"
[[--scope]]
--when.commands = ["status"]
[--scope.ui]
paginate = "never"
[aliases]
l = ["log", "-r", "(main..@):: | (main..@)-"]