dotfiles/lib/shared/home-manager-packages.nix
Oliver Davies 7f2df5f726 Run nix fmt
Format using `nixfmt-rfc-style`.
2024-06-10 09:38:34 +01:00

46 lines
455 B
Nix

{ inputs, pkgs, ... }:
let
php = pkgs.php82;
phpPackages = pkgs.php82Packages;
in
with pkgs;
[
inputs.build-configs.packages.${pkgs.system}.default
awscli2
bitwarden-cli
bottom
cachix
ctop
delta
dog
doppler
entr
fd
file
gcc
gh
git
git-crypt
gnupg
go
htop
inotify-tools
jq
lua
mysql
php
phpPackages.composer
pv
rustywind
tldr
tree
tree-sitter
unzip
virtualenv
wget
xcp
xh
yarn
]