add focalor
This commit is contained in:
parent
da440cb07a
commit
8be3e48a3c
9 changed files with 217 additions and 2 deletions
|
@ -6,6 +6,17 @@
|
|||
packages = with pkgs; [ tree ];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
user.name = "waveringana";
|
||||
user.email = "ana@nekomimi.pet";
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue