Files
nixos-config/modules/packages.nix
Christoph Schmatzler 55d816ec07 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-16 19:31:43 +00:00

34 lines
327 B
Nix

{pkgs, ...}:
with pkgs; [
age
alejandra
delta
docker
docker-compose
fastfetch
fd
fzf
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 {})
]