Compare commits
2 Commits
4de53a2709
...
86b5021ca5
| Author | SHA1 | Date |
|---|---|---|
|
|
86b5021ca5 | |
|
|
9ffdfd7326 |
|
|
@ -299,6 +299,11 @@ fi
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "cspark";
|
userName = "cspark";
|
||||||
userEmail = "git@cspark.dev";
|
userEmail = "git@cspark.dev";
|
||||||
|
extraConfig = {
|
||||||
|
safe = {
|
||||||
|
directory = "/etc/nixos";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,8 @@
|
||||||
nodejs
|
nodejs
|
||||||
typescript
|
typescript
|
||||||
deno
|
deno
|
||||||
|
go
|
||||||
|
gopls
|
||||||
# Purely for the tooling
|
# Purely for the tooling
|
||||||
postgresql
|
postgresql
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue