feat: add flake path to direnv on hosts

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-06 05:38:19 -03:00
parent e1098d394e
commit 027fa2d66d
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 4 additions and 0 deletions

View file

@ -64,6 +64,8 @@
programs.direnv = { programs.direnv = {
config = { config = {
whitelist = { whitelist = {
exact = [ "/home/wizardlink/.system" ];
prefix = [ prefix = [
"/mnt/internal/hydractify/GitHub" "/mnt/internal/hydractify/GitHub"
"/mnt/internal/personal/projects" "/mnt/internal/personal/projects"

View file

@ -59,6 +59,8 @@
programs.direnv = { programs.direnv = {
config = { config = {
whitelist = { whitelist = {
exact = [ "/home/wizardlink/.system" ];
prefix = [ prefix = [
"/home/wizardlink/Documents/projects" "/home/wizardlink/Documents/projects"
]; ];