dotfiles/homes/x86_64-linux/christopher@cobalt/config/dev.nix
Christopher Mühl de76d11ce6
Update inputs
2025-08-18 18:34:17 +02:00

30 lines
596 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
zx # Tool for writing better scripts
trurl # Parsing and manipulating URLs via CLI
onefetch # Git information tool
tokei # Like cloc
zeal # Offline documentation browser
just # Just a command runner
jetbrains-toolbox # Installer for JetBrains IDEs
claude-code
devenv
# Build tools
cargo
glibc
gcc
php82
php82Packages.composer
bun
nodejs_20
nodejs_20.pkgs.pnpm
];
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
programs.go.enable = true;
}