nixnew/modules/user/dev-support.nix
2023-06-27 23:46:48 -07:00

8 lines
101 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
rust-analyzer
clang-tools_16
bear
];
}