dotfiles/system/shared/home-manager-packages.nix
2023-12-13 10:25:55 +00:00

42 lines
412 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
openssl
pkgsUnstable.rustywind
pv
ripgrep
tldr
tree
tree-sitter
unzip
virtualenv
wget
xcp
xh
yarn
]