feat: add flake path to direnv on hosts
This commit is contained in:
parent
e1098d394e
commit
027fa2d66d
2 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
programs.direnv = {
|
||||
config = {
|
||||
whitelist = {
|
||||
exact = [ "/home/wizardlink/.system" ];
|
||||
|
||||
prefix = [
|
||||
"/mnt/internal/hydractify/GitHub"
|
||||
"/mnt/internal/personal/projects"
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
programs.direnv = {
|
||||
config = {
|
||||
whitelist = {
|
||||
exact = [ "/home/wizardlink/.system" ];
|
||||
|
||||
prefix = [
|
||||
"/home/wizardlink/Documents/projects"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue