config/.config/nix/packages.nix

26 lines
479 B
Nix

# Moving toward a more declarative user environment...
# This "Nix expression" describes the set of packages I want in my user environment.
# Whenever it changes, run `nix-env -irf ~/.config/nix/packages.nix` to reinstall the environment.
with import <nixpkgs> {}; [
bat
delta
fd
fish
fzf
git
git-interactive-rebase-tool
git-repo-updater
helix
jq
less
macchina
neovim
nix
ripgrep
tldr
tree
yq
zoxide
]