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

43 lines
421 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
just
lua
mysql
neofetch
pkgsUnstable.rustywind
pv
ripgrep
terraform
tldr
tree
tree-sitter
unzip
virtualenv
wget
xcp
xh
yarn
]