mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
mommy x
This commit is contained in:
parent
90f4ec0df1
commit
cddcbb6f9f
9 changed files with 213 additions and 1 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue