refine jj experiment with better config
This commit is contained in:
parent
cc1403537c
commit
34a33e1989
2 changed files with 10 additions and 0 deletions
8
nix/home/programs/jj/config.toml
Normal file
8
nix/home/programs/jj/config.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[user]
|
||||||
|
name = "Haak Saxberg"
|
||||||
|
email = "haak.erling@gmail.com"
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
default-command = "status"
|
||||||
|
pager = ["delta", "--line-numbers", "--navigate"]
|
||||||
|
diff.format = "git"
|
||||||
|
|
@ -3,4 +3,6 @@
|
||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."jj/config.toml".source = ./config.toml;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue