📦 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:
|
# 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
|
||||||
|
10
home.nix
10
home.nix
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user