This commit is contained in:
dominic
2025-04-24 22:14:59 -04:00
parent ceec56791f
commit 2a559dfd28
6 changed files with 140 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = with pkgs; [
sqlite
templ
air
];
languages.go.enable = true;
}