nix-config/system/shared/home-manager-packages.nix
Oliver Davies f93c1ba9c7 unstable by default
Switch back to using `nixpkgs-unstable` by default and using
`nixpkgs-2305` when needed, such as for `exa` which is no longer
maintained and available.

In a future commit, I'll switch to `eza` which is the recommended alternative.

https://github.com/eza-community/eza
2023-09-17 23:40:32 +01:00

53 lines
632 B
Nix

{ inputs, pkgs, ... }:
with pkgs; [
awscli2
bottom
ctop
delta
dog
doppler
inputs.nixpkgs-2305.legacyPackages."${system}".exa
fd
file
fzf
gcc
gh
git
git-crypt
gnupg
htop
inotify-tools
jq
just
lua
mysql
neofetch
nodePackages."http-server"
nodePackages.eslint
nodePackages.nodemon
nodePackages.prettier
nodejs
php81
php81Packages.composer
php81Packages.phpcbf
php81Packages.phpcs
php81Packages.phpstan
platformsh
pulumi-bin
pv
python3Full
ripgrep
rustywind
terraform
tldr
tmuxinator
tree
tree-sitter
unzip
virtualenv
wget
xcp
xh
yarn
]