This commit is contained in:
nora 2023-11-16 19:58:01 +01:00
parent 90f4ec0df1
commit cddcbb6f9f
9 changed files with 213 additions and 1 deletions

View file

@ -31,6 +31,7 @@ in
home.packages = with pkgs; [
audacity
customPkgs.cargo-mommy
customPkgs.cargo-bisect-rustc
discord
jetbrains.idea-ultimate
@ -50,6 +51,10 @@ in
'';
shellAbbrs = {
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
};
shellAliases = {
x = "CARGO=${lib.getExe customPkgs.x} ${lib.getExe customPkgs.cargo-mommy}";
};
};