Files
nixos-config/profiles/packages.nix
2025-12-11 20:49:12 +00:00

57 lines
554 B
Nix

{
pkgs,
inputs,
...
}:
with pkgs;
[
(callPackage ./open-project.nix {})
age
alejandra
ast-grep
bun
delta
devenv
dig
docker
docker-compose
fastfetch
fd
gh
git
gnumake
gnupg
hledger
htop
hyperfine
jq
killall
lsof
nurl
openssh
postgresql_17
sd
sops
sqlite
tokei
tree
tree-sitter
unzip
vivid
ov
zip
]
++ lib.optionals stdenv.isDarwin [
_1password-gui
dockutil
mas
raycast
tailscale
xcodes
]
++ lib.optionals stdenv.isLinux [
gcc15
lm_sensors
ghostty.terminfo
]