Adding asdf

This commit is contained in:
Miguel Palhas
2024-10-06 11:10:51 +01:00
parent e2f324ffaa
commit 664df9210d
11 changed files with 81 additions and 28 deletions
+4
View File
@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ asdf-vm ];
}