Commit f280f42933e5
Changed files (1)
modules
profiles
modules/profiles/dev.rust.nix
@@ -18,6 +18,7 @@ in
profiles.dev.enable = true;
home.packages = with pkgs; [
rustup
+ rustracer
];
};
}