Compare commits
2 Commits
4de53a2709
...
86b5021ca5
| Author | SHA1 | Date |
|---|---|---|
|
|
86b5021ca5 | |
|
|
9ffdfd7326 |
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -111,6 +111,8 @@
|
|||
nodejs
|
||||
typescript
|
||||
deno
|
||||
go
|
||||
gopls
|
||||
# Purely for the tooling
|
||||
postgresql
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue