infrastructure/nixos/hosts/olympus/bastion/home.nix
Vivian 841f34cdd1
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 9s
add hm config for all machines
2023-05-30 14:50:49 +02:00

12 lines
186 B
Nix

_: {
programs.direnv = {
enable = true;
nix-direnv = { enable = true; };
};
programs.zsh = {
enable = true;
sessionVariables = { DIRENV_LOG_FORMAT = ""; };
};
}