feat(ags): add direnv

This commit is contained in:
matt1432 2024-03-01 01:34:42 -05:00
parent 3cce61c7b0
commit dbe7d68491
3 changed files with 8 additions and 0 deletions

View file

@ -79,6 +79,12 @@
]))
];
};
ags = pkgs.mkShell {
packages = with pkgs; [
nodejs_18
];
};
});
};