Add devenv config.

This commit is contained in:
Michael Lehmann
2025-04-16 17:06:24 +02:00
parent 5f793f6af9
commit fb062c138a
5 changed files with 144 additions and 0 deletions

11
devenv.nix Normal file
View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
config,
...
}: {
# https://devenv.sh/languages/
languages.go.enable = true;
# See full reference at https://devenv.sh/reference/options/
}