add nvs overlay

This commit is contained in:
2025-08-08 19:59:01 +02:00
parent 0e9cccf82e
commit 6cf8fc5ef5
5 changed files with 36 additions and 26 deletions

View File

@@ -54,6 +54,7 @@
px = "pnpm -s dlx";
n = "fnm use --install-if-missing";
c = "pwd | pbcopy";
k = "kubectl";
vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}";
};
@@ -72,6 +73,9 @@
if type -q fnm
fnm env --use-on-cd | source
end
if type -q nvs
nvs env --source | source
end
'';
};
bash = {