40 lines
392 B
Nix
40 lines
392 B
Nix
{ inputs, pkgs, ... }:
|
|
let
|
|
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}";
|
|
in
|
|
with pkgs; [
|
|
awscli2
|
|
bottom
|
|
ctop
|
|
delta
|
|
dog
|
|
doppler
|
|
eza
|
|
fd
|
|
file
|
|
fzf
|
|
gcc
|
|
gh
|
|
git
|
|
git-crypt
|
|
gnupg
|
|
go
|
|
htop
|
|
inotify-tools
|
|
jq
|
|
lua
|
|
mysql
|
|
neofetch
|
|
pkgsUnstable.rustywind
|
|
pv
|
|
tldr
|
|
tree
|
|
tree-sitter
|
|
unzip
|
|
virtualenv
|
|
wget
|
|
xcp
|
|
xh
|
|
yarn
|
|
]
|