This commit is contained in:
ChaotiCryptidz 2022-03-09 20:17:02 +00:00
parent ac66351547
commit bef0189316
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -30,6 +30,7 @@ in {
envExtra = '' envExtra = ''
export VAULT_ADDR="https://vault.owo.monster" export VAULT_ADDR="https://vault.owo.monster"
''; '';
};
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;

View file

@ -5,14 +5,13 @@
}; };
home-manager.users.chaos = { home-manager.users.chaos = {
packages.zsh.extraEnv = '' packages.zsh.extraEnv = ''
export PATH=/run/current-system/sw/bin:$PATH export PATH=/run/current-system/sw/bin:$PATH
''; '';
imports = with tree; imports = with tree; [
[ # NOINLINE
# NOINLINE home.base
home.base home.dev
home.dev ];
];
}; };
} }