2024-03-18 20:33:28 +00:00
|
|
|
{ inputs, pkgs, ... }:
|
2023-03-22 22:56:56 +00:00
|
|
|
with pkgs; [
|
2024-02-27 18:33:03 +00:00
|
|
|
bitwarden-cli
|
2023-03-22 22:56:56 +00:00
|
|
|
bottom
|
2024-03-01 21:30:54 +00:00
|
|
|
cachix
|
2023-03-22 22:56:56 +00:00
|
|
|
ctop
|
|
|
|
delta
|
2023-06-28 19:49:08 +00:00
|
|
|
dog
|
2023-03-22 22:56:56 +00:00
|
|
|
doppler
|
2024-03-22 07:31:30 +00:00
|
|
|
entr
|
2023-06-28 19:49:08 +00:00
|
|
|
fd
|
2023-03-22 22:56:56 +00:00
|
|
|
file
|
|
|
|
gcc
|
|
|
|
gh
|
|
|
|
git
|
|
|
|
git-crypt
|
2023-06-22 06:55:59 +00:00
|
|
|
gnupg
|
2023-09-22 06:45:29 +00:00
|
|
|
go
|
2023-03-22 22:56:56 +00:00
|
|
|
htop
|
2023-06-28 19:49:08 +00:00
|
|
|
inotify-tools
|
2024-03-25 12:03:08 +00:00
|
|
|
inputs.nixpkgs-2311.legacyPackages.${pkgs.system}.awscli2
|
2023-03-22 22:56:56 +00:00
|
|
|
jq
|
|
|
|
lua
|
|
|
|
mysql
|
2024-02-26 17:31:59 +00:00
|
|
|
php82
|
|
|
|
php82Packages.composer
|
2023-03-22 22:56:56 +00:00
|
|
|
pv
|
2024-01-14 09:11:03 +00:00
|
|
|
rustywind
|
2023-03-22 22:56:56 +00:00
|
|
|
tldr
|
|
|
|
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
|
|
|
|
]
|