Dump nixos config after scrubing
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... } : {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "jmug";
|
||||
userEmail = "u.g.a.mariano@gmail.com";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user