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