moved to core and removed duplicate ssh
This commit is contained in:
17
modules/core/git.nix
Normal file
17
modules/core/git.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
hj.rum.programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "poslop";
|
||||
email = "poslop@archfox.org";
|
||||
};
|
||||
core = {
|
||||
editor = "nvim -f";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user