sin tax
This commit is contained in:
parent
ac66351547
commit
bef0189316
|
@ -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;
|
||||||
|
|
|
@ -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
|
];
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue