nix-direnv-init alias

feat/kile-v2
Ricard Illa 2022-08-17 15:53:44 +02:00
parent dc6d856aed
commit c055847df0
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ in {
"......" = "../../../../..";
pyenv-init =
''eval "$(pyenv init -)" && eval "$(pyenv virtualenv-init -)"'';
nix-direnv-init = "nix flake new -t github:nix-community/nix-direnv .";
};
localVariables = { KEYTIMEOUT = 1; };
initExtra = ''