Files
nixos-config/modules/packages.nix
Christoph Schmatzler ce51e114ce up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-12-04 15:03:08 +00:00

43 lines
421 B
Nix

{
pkgs,
inputs,
...
}:
with pkgs; [
inputs.beads.packages.${pkgs.system}.default
inputs.nix-ai-tools.packages.${pkgs.system}.amp
(callPackage ./bin/open-project.nix {})
age
alejandra
ast-grep
bun
delta
devenv
dig
docker
docker-compose
fastfetch
fd
gh
git
gnumake
gnupg
htop
hyperfine
jq
killall
lsof
nurl
openssh
postgresql_17
sd
sops
sqlite
tokei
tree
tree-sitter
unzip
vivid
zip
]