add git core.editor

This commit is contained in:
Aaron Honeycutt 2024-10-21 22:45:55 +00:00
parent 7885c6e393
commit 8482515794

View file

@ -1,9 +1,9 @@
{ config, pkgs, ... }:
{
home.username = "aaronh";
home.homeDirectory = "/home/aaronh";
home.stateVersion = "24.05";
nixpkgs.config = {
@ -19,6 +19,10 @@
fd
freshfetch
gcc
gnumake
go
himalaya
pkg-config
rustc
];
@ -42,6 +46,7 @@
fix = "commit -m fix: -m issue#";
};
extraConfig = {
core.editor = "hx";
color = {
ui = "auto";
};