Setup WSL Host

This commit is contained in:
2025-01-21 04:32:14 +00:00
commit c7bcd25914
8 changed files with 183 additions and 0 deletions

13
nix/users/luca/git.nix Executable file
View File

@@ -0,0 +1,13 @@
{
enable = true;
userName = "rocketcamel";
userEmail = "luca_lise@icloud.com";
extraConfig = {
init = {
defaultBranch = "main";
};
commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = "~/.ssh/commits.id_rsa.pub";
};
}