dotfiles/system/shared/home-manager-packages.nix

52 lines
608 B
Nix
Raw Normal View History

2023-08-05 00:21:31 +00:00
{ inputs, pkgs, ... }:
2023-03-22 22:56:56 +00:00
with pkgs; [
2023-04-17 17:33:20 +00:00
awscli2
2023-03-22 22:56:56 +00:00
bottom
ctop
delta
2023-06-28 19:49:08 +00:00
dog
2023-03-22 22:56:56 +00:00
doppler
inputs.nixpkgs-2305.legacyPackages."${system}".exa
2023-06-28 19:49:08 +00:00
fd
2023-03-22 22:56:56 +00:00
file
fzf
gcc
gh
git
git-crypt
gnupg
2023-03-22 22:56:56 +00:00
htop
2023-06-28 19:49:08 +00:00
inotify-tools
2023-03-22 22:56:56 +00:00
jq
2023-06-28 19:49:08 +00:00
just
2023-03-22 22:56:56 +00:00
lua
mysql
neofetch
nodePackages."http-server"
nodePackages.eslint
nodePackages.prettier
2023-04-14 10:13:14 +00:00
nodejs
2023-03-22 22:56:56 +00:00
php81
php81Packages.composer
php81Packages.phpcbf
php81Packages.phpcs
php81Packages.phpstan
2023-03-22 22:56:56 +00:00
platformsh
pulumi-bin
pv
python3Full
ripgrep
rustywind
2023-03-22 22:56:56 +00:00
terraform
tldr
tmuxinator
tree
2023-06-28 19:49:08 +00:00
tree-sitter
2023-03-22 22:56:56 +00:00
unzip
virtualenv
wget
xcp
2023-06-28 19:49:08 +00:00
xh
2023-03-22 22:56:56 +00:00
yarn
]