enable difftastic git rendering
This commit is contained in:
5
modules/universal/env/home-manager.nix
vendored
5
modules/universal/env/home-manager.nix
vendored
@@ -374,6 +374,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# docs: https://sw.kovidgoyal.net/kitty/conf/
|
# docs: https://sw.kovidgoyal.net/kitty/conf/
|
||||||
@@ -440,10 +441,14 @@ in
|
|||||||
# theme = "zenwritten_dark"; # mediocre: looks same as zenbones_dark
|
# theme = "zenwritten_dark"; # mediocre: looks same as zenbones_dark
|
||||||
# extraConfig = "";
|
# extraConfig = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "colin";
|
userName = "colin";
|
||||||
userEmail = "colin@uninsane.org";
|
userEmail = "colin@uninsane.org";
|
||||||
|
|
||||||
|
aliases = { co = "checkout"; };
|
||||||
|
difftastic.enable = true; # better diff rendering
|
||||||
};
|
};
|
||||||
|
|
||||||
neovim = {
|
neovim = {
|
||||||
|
Reference in New Issue
Block a user