dotfiles/system/shared/home-manager-packages.nix
Oliver Davies 4e1c3123a0 Switch back to 23.05
Issues with Neovim, Harpoon and/or Telescope.
2023-12-24 16:59:08 +00:00

41 lines
415 B
Nix

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