Add basic packages and configured zsh and nvim
This commit is contained in:
9
git/git.nix
Normal file
9
git/git.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
includes = [{ path = "~/.config/home-manager/gitconfig"; }];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user