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

1
.gitignore vendored
View file

@ -6,3 +6,4 @@
result*
*config.js
*icons
*.direnv/

View file

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

View file

@ -0,0 +1 @@
use flake ../../..#ags