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

@ -1,6 +1,6 @@
{...}: { {...}: {
nix.settings = { nix.settings = {
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes" "pipe-operators"];
download-buffer-size = 524288000; download-buffer-size = 524288000;
}; };
} }

View file

@ -56,7 +56,7 @@
# open nix develop with preferred shell # open nix develop with preferred shell
# description: nd = nix develop # 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 # description: cdns = change directory [to] nix settings
cdns = "cd ~/.nix"; cdns = "cd ~/.nix";