sin tax
This commit is contained in:
parent
ac66351547
commit
bef0189316
|
@ -30,6 +30,7 @@ in {
|
|||
envExtra = ''
|
||||
export VAULT_ADDR="https://vault.owo.monster"
|
||||
'';
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue