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

View File

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