1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-04 21:37:26 +01:00
commit 65b8fd210a
7 changed files with 208 additions and 0 deletions

3
devenv.nix Normal file
View file

@ -0,0 +1,3 @@
{
languages.go.enable = true;
}