📦 more package shuffling
This commit is contained in:
parent
8cd3ca08d1
commit
4b2eecbe18
@ -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
|
||||
|
10
home.nix
10
home.nix
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user