dotfiles/system/shared/home-manager-packages.nix
Oliver Davies e98b2431c4 Add a default version of PHP and Composer
I use it for various CLI tools so it makes sense to have a default
version of PHP installed.
2024-02-26 17:34:56 +00:00

43 lines
347 B
Nix

{
inputs,
pkgs,
...
}:
with pkgs; [
awscli2
bottom
ctop
delta
dog
doppler
fd
file
gcc
gh
git
git-crypt
gnupg
go
htop
inotify-tools
jq
lua
mysql
neofetch
php82
php82Packages.composer
pv
ripgrep
rustywind
tldr
tree
tree-sitter
unzip
virtualenv
watchexec
wget
xcp
xh
yarn
]