add direnv to dependencies

This commit is contained in:
yuni 2023-06-20 00:36:21 +02:00
parent 48c4df033f
commit 9bb0b6253a

View file

@ -48,6 +48,7 @@
# Add additional packages you'd like to be available in your devshell
# PATH here
devshell.packages = with pkgs; [
direnv
deno
google-font-downloader
];