Files
nixos-config/modules/packages.nix
Christoph Schmatzler c1e961da1f yasss
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-16 20:10:55 +00:00

33 lines
321 B
Nix

{pkgs, ...}:
with pkgs; [
age
alejandra
delta
docker
docker-compose
fastfetch
fd
gh
git
gnupg
htop
hyperfine
iosevka
jq
killall
nurl
opencode
openssh
postgresql_17
prettier
sd
sops
sqlite
tree
tree-sitter
unzip
vivid
zip
(callPackage ./bin/open-project.nix {})
]