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"; };