direnv settings, flake update

This commit is contained in:
Matt Nish-Lapidus 2025-06-11 17:34:38 -04:00
parent 11d839a3ac
commit 58954aaffc
3 changed files with 9 additions and 4 deletions

6
flake.lock generated
View file

@ -1797,11 +1797,11 @@
]
},
"locked": {
"lastModified": 1749666557,
"narHash": "sha256-V9fTM9KlRVXRieAB6Qmmc9pK3VbUo3aCN1vnqXEoLag=",
"lastModified": 1749673264,
"narHash": "sha256-4V1RTD5UZieXllOq0U4OCmdHNFyTquFKc6BoSBvnTGI=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "7c9f39993cbf20d713523d1ef131cf995f95e4ce",
"rev": "114ff3933cd2ae3b1e123971ae02a80f0070e540",
"type": "github"
},
"original": {

View file

@ -100,6 +100,11 @@
direnv = {
enable = true;
nix-direnv.enable = true;
config = {
whitelist = {
prefix = [ "~/source" "~/Projects" ];
};
};
};
fish = {
enable = true;

View file

@ -290,7 +290,7 @@ domains.apply_to_config(
auto = {
ssh_ignore = false,
exec_ignore = {
ssh = false
ssh = true
}
}
}