📦 more package shuffling

This commit is contained in:
2021-10-05 21:11:23 -04:00
parent 8cd3ca08d1
commit 4b2eecbe18
2 changed files with 7 additions and 5 deletions

View File

@ -5,7 +5,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ emacsMacport ];
environment.systemPackages = with pkgs; [ emacsMacport exercism go niv ];
# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix