Oliver Davies
3ea182c94b
Remove packages that are either no longer used or have been moved into per-project flakes that are used with direnv.
40 lines
374 B
Nix
40 lines
374 B
Nix
{ inputs, pkgs, ... }:
|
|
with pkgs; [
|
|
awscli2
|
|
bottom
|
|
ctop
|
|
delta
|
|
dog
|
|
doppler
|
|
inputs.nixpkgs-2305.legacyPackages."${system}".exa
|
|
fd
|
|
file
|
|
fzf
|
|
gcc
|
|
gh
|
|
git
|
|
git-crypt
|
|
gnupg
|
|
go
|
|
htop
|
|
inotify-tools
|
|
jq
|
|
just
|
|
lua
|
|
mysql
|
|
neofetch
|
|
pv
|
|
ripgrep
|
|
rustywind
|
|
terraform
|
|
tldr
|
|
tree
|
|
tree-sitter
|
|
unzip
|
|
virtualenv
|
|
wget
|
|
xcp
|
|
xh
|
|
yarn
|
|
]
|