mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
mommy x
This commit is contained in:
parent
90f4ec0df1
commit
cddcbb6f9f
9 changed files with 213 additions and 1 deletions
|
|
@ -1,8 +1,13 @@
|
|||
{ pkgs, ... }: with pkgs; [
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs/default.nix pkgs;
|
||||
in
|
||||
with pkgs; [
|
||||
bacon
|
||||
bat
|
||||
cargo-expand
|
||||
cargo-nextest
|
||||
customPkgs.cargo-mommy
|
||||
fzf
|
||||
gcc
|
||||
gdb
|
||||
|
|
|
|||
|
|
@ -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