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 = ''
export VAULT_ADDR="https://vault.owo.monster"
'';
};
programs.direnv = {
enable = true;
enableZshIntegration = true;

View file

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