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"; }];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
3
git/gitconfig
Normal file
3
git/gitconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Bart Riemens
|
||||
email = briemens@crafity.com
|
||||
Reference in New Issue
Block a user