made smol changes :3

This commit is contained in:
foxora 2026-03-13 18:22:44 +00:00
parent 83bee06352
commit 3ebf01c47e
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
# open nix develop with preferred shell
# description: nd = nix develop
nd = "nix develop -c $SHELL";
nd = "./flake.sh -c $SHELL || nix develop -c $SHELL";
# description: cdns = change directory [to] nix settings
cdns = "cd ~/.nix";