Files
nixos-config/profiles/packages.nix
Christoph Schmatzler d38a348a06 add openusage
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2026-02-09 17:15:10 +00:00

65 lines
623 B
Nix

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