This commit is contained in:
ChaotiCryptidz 2022-03-09 20:16:30 +00:00
parent 93a1114515
commit ac66351547
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -29,11 +29,7 @@ in {
};
envExtra = ''
export VAULT_ADDR="https://vault.owo.monster"
'' ++ (if pkgs.stdenv.isDarwin then ''
export PATH=/run/current-system/sw/bin:$PATH
'' else
"");
};
'';
programs.direnv = {
enable = true;
enableZshIntegration = true;

View file

@ -4,6 +4,9 @@
home = "/Users/chaos";
};
home-manager.users.chaos = {
packages.zsh.extraEnv = ''
export PATH=/run/current-system/sw/bin:$PATH
'';
imports = with tree;
[
# NOINLINE