Add git config

This commit is contained in:
Nathan McCarty 2024-11-29 05:21:22 +00:00
parent a2c16549ad
commit 2f84d15c18
2 changed files with 92 additions and 0 deletions

View file

@ -22,6 +22,7 @@
imports = [
../../modules/programs/shell.nix
../../modules/programs/neovim.nix
(import ../../modules/programs/git.nix { })
];
home.username = "nathan";
home.homeDirectory = "/home/nathan/";