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 = '' envExtra = ''
export VAULT_ADDR="https://vault.owo.monster" export VAULT_ADDR="https://vault.owo.monster"
'' ++ (if pkgs.stdenv.isDarwin then '' '';
export PATH=/run/current-system/sw/bin:$PATH
'' else
"");
};
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;

View file

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