mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
git: difftastic
This commit is contained in:
parent
8ebd9ff372
commit
0f10c4ef03
1 changed files with 3 additions and 9 deletions
|
|
@ -6,6 +6,9 @@
|
|||
];
|
||||
|
||||
programs.git = {
|
||||
difftastic = {
|
||||
enable = true;
|
||||
};
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
enable = true;
|
||||
userName = flake.config.me.fullname;
|
||||
|
|
@ -29,15 +32,6 @@
|
|||
};
|
||||
ignores = [ "*~" "*.swp" ];
|
||||
lfs.enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
features = "decorations";
|
||||
navigate = true;
|
||||
light = false;
|
||||
side-by-side = true;
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
init.defaultBranch = "master"; # Undo breakage due to https://srid.ca/luxury-belief
|
||||
core.editor = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue