dotfiles/system/shared/home-manager-packages.nix
Oliver Davies b40e25dea0 Revert "Switch to unstable by default"
This reverts commit 3c7877776e.

Slack was broken when using the unstable version of nixpkgs.
2023-12-12 20:17:40 +00:00

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
]