feat(laptop/hm): add direnv prefix

This commit is contained in:
Alexandre Cavalheiro 2024-12-01 03:08:02 -03:00
parent 572dbcf844
commit f281bafb1c
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -58,6 +58,16 @@
# PACKAGES # # PACKAGES #
# #
programs.direnv = {
config = {
whitelist = {
prefix = [
"/home/wizardlink/Documents/projects"
];
};
};
};
home.packages = with pkgs; [ home.packages = with pkgs; [
## Tools ## Tools
# Utilities # Utilities