Compare commits

...

2 Commits

Author SHA1 Message Date
Curt Spark 86b5021ca5 Config git to add /etc/nixos to safe dir 2025-05-13 18:44:47 +01:00
Curt Spark 9ffdfd7326 Add go tooling 2025-05-13 18:37:55 +01:00
2 changed files with 7 additions and 0 deletions

View File

@ -299,6 +299,11 @@ fi
enable = true;
userName = "cspark";
userEmail = "git@cspark.dev";
extraConfig = {
safe = {
directory = "/etc/nixos";
};
};
};
# Let Home Manager install and manage itself.

View File

@ -111,6 +111,8 @@
nodejs
typescript
deno
go
gopls
# Purely for the tooling
postgresql