nixnew/modules/user/dev-support.nix

8 lines
101 B
Nix
Raw Normal View History

2023-06-28 06:46:48 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
rust-analyzer
clang-tools_16
bear
];
}