dotfiles/system/shared/home-manager-packages.nix
Oliver Davies 580e7c7940 Remove terraform
Remove `terraform` from the global Home Manager packages as this is now
added into per-project Flakes instead.
2023-12-13 01:03:41 +00:00

42 lines
409 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
tldr
tree
tree-sitter
unzip
virtualenv
wget
xcp
xh
yarn
]