direnv settings, flake update
This commit is contained in:
parent
11d839a3ac
commit
58954aaffc
3 changed files with 9 additions and 4 deletions
|
@ -100,6 +100,11 @@
|
|||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
config = {
|
||||
whitelist = {
|
||||
prefix = [ "~/source" "~/Projects" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
fish = {
|
||||
enable = true;
|
||||
|
|
|
@ -290,7 +290,7 @@ domains.apply_to_config(
|
|||
auto = {
|
||||
ssh_ignore = false,
|
||||
exec_ignore = {
|
||||
ssh = false
|
||||
ssh = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue