direnv settings, flake update
This commit is contained in:
parent
11d839a3ac
commit
58954aaffc
3 changed files with 9 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1797,11 +1797,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749666557,
|
"lastModified": 1749673264,
|
||||||
"narHash": "sha256-V9fTM9KlRVXRieAB6Qmmc9pK3VbUo3aCN1vnqXEoLag=",
|
"narHash": "sha256-4V1RTD5UZieXllOq0U4OCmdHNFyTquFKc6BoSBvnTGI=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "7c9f39993cbf20d713523d1ef131cf995f95e4ce",
|
"rev": "114ff3933cd2ae3b1e123971ae02a80f0070e540",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -100,6 +100,11 @@
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
config = {
|
||||||
|
whitelist = {
|
||||||
|
prefix = [ "~/source" "~/Projects" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -290,7 +290,7 @@ domains.apply_to_config(
|
||||||
auto = {
|
auto = {
|
||||||
ssh_ignore = false,
|
ssh_ignore = false,
|
||||||
exec_ignore = {
|
exec_ignore = {
|
||||||
ssh = false
|
ssh = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue