initial nix setum with Nina :3
This commit is contained in:
commit
e0b88992f5
6 changed files with 212 additions and 0 deletions
7
git.nix
Normal file
7
git.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "CDaut";
|
||||
userEmail = "git@cdaut.de";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue