📦 more package shuffling

This commit is contained in:
James Walker 2021-10-05 21:11:23 -04:00
parent 8cd3ca08d1
commit 4b2eecbe18
Signed by: walkah
GPG Key ID: 3C127179D6086E93
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

View File

@ -7,19 +7,21 @@
# home.username = builtins.getEnv "USER";
# home.homeDirectory = builtins.getEnv "HOME";
home.sessionPath =
[ "$HOME/.local/bin" "$HOME/.emacs.d/bin" "$HOME/.cargo/bin" ];
home.sessionPath = [
"$HOME/.cargo/bin"
"$HOME/.emacs.d/bin"
"$HOME/.go/bin"
"$HOME/.local/bin"
];
home.packages = with pkgs; [
direnv
exercism
fd
git
gitAndTools.gh
htop
jq
mr
niv
nixfmt
ripgrep
wakatime