dotfiles-nix/modules/dev.nix

25 lines
231 B
Nix

{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
tealdeer
opencode
gcc
gnumake
clang-tools
lldb
python3
uv
ruff
ty
nil
nixd
nixfmt
gh
];
}