🧑💻 Zed configs, Nextcloud as service, moved dev stuff
This commit is contained in:
16
home-manager/development/git.nix
Normal file
16
home-manager/development/git.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Martin Berg Alstad";
|
||||
userEmail = "git@martials.no";
|
||||
|
||||
aliases = {
|
||||
cm = "commit";
|
||||
s = "status";
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user