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 = {
|
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"
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue