Merge branch 'main' of github.com:ordionary/nix

This commit is contained in:
nicco
2025-08-18 09:53:11 +02:00
5 changed files with 36 additions and 26 deletions

View File

@@ -55,6 +55,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}";
};
@@ -73,6 +74,9 @@
if type -q fnm
fnm env --use-on-cd | source
end
if type -q nvs
nvs env --source | source
end
'';
};
bash = {