My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update health-check.

+1 -1
+1 -1
home/programs/zsh.nix
··· 67 67 # ── Nix tool aliases (from github:ewanc26/pkgs) ─────────────────────── 68 68 flake-bump = "nix run github:ewanc26/pkgs#flake-bump"; 69 69 gen-diff = "nix run github:ewanc26/pkgs#gen-diff"; 70 - health-check = "nix run github:ewanc26/pkgs#health-check"; 70 + health-check = "cd ~/.config/nix-config && nix run github:ewanc26/pkgs#health-check"; 71 71 update-all = "~/.config/nix-config/home/scripts/update-all"; 72 72 update-everything = "~/.config/nix-config/home/scripts/update-everything"; 73 73