zishhsi
This commit is contained in:
parent
93a1114515
commit
ac66351547
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue