From 8482515794ccb67cf9bf6cac35977b02dc7c6218 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 21 Oct 2024 22:45:55 +0000 Subject: [PATCH] add git core.editor --- ubuntu-home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubuntu-home.nix b/ubuntu-home.nix index e7919ba..4d652c3 100644 --- a/ubuntu-home.nix +++ b/ubuntu-home.nix @@ -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"; };