dotfiles/home-manager/modules/home-manager-packages.nix
Oliver Davies db175139a9 refactor(packages): move packages
Move packages so they aren't only available in Neovim, just in case I
want to run one of them from the command line.
2023-06-16 21:01:02 +01:00

50 lines
551 B
Nix

{ pkgs, ... }:
with pkgs; [
awscli2
bottom
ctop
delta
doppler
exa
file
fzf
gcc
gh
git
git-crypt
inotify-tools
just
tree-sitter
htop
jq
lua
mysql
neofetch
nodePackages."http-server"
nodePackages.eslint
nodePackages.nodemon
nodePackages.prettier
nodejs
php81
php81Packages.composer
php81Packages.phpcbf
php81Packages.phpcs
php81Packages.phpstan
platformsh
postman
pulumi-bin
pv
python3Full
ripgrep
terraform
tldr
tmuxinator
tree
unzip
virtualenv
wget
xcp
yarn
]