This commit is contained in:
Barrett Ruth 2026-02-13 20:53:39 -05:00
parent 6e632a87c2
commit 223cad3082
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 9 additions and 12 deletions

View file

@ -270,6 +270,9 @@ in
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
config.global = {
hide_env_diff = true;
}
stdlib = ''
layout_uv() {
if [[ ! -d .venv ]]; then