add cargo mommy
This commit is contained in:
parent
889c7546c8
commit
8a83d0939d
2 changed files with 12 additions and 0 deletions
|
@ -64,6 +64,7 @@ desktop: {pkgs, ...}: {
|
|||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||
d = "${pkgs.kitty}/bin/kitty +kitten diff";
|
||||
hg = "${pkgs.kitty}/bin/kitty +kitten hyperlinked_grep";
|
||||
cargo = "${pkgs.cargo-mommy}/bin/cargo-mommy";
|
||||
}
|
||||
else {}
|
||||
);
|
||||
|
|
|
@ -604,4 +604,15 @@ in {
|
|||
ExecStart = "${pkgs.python3.withPackages (ps: with ps; [i3ipc])}/bin/python ${./transparency.py}";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh.initExtra =
|
||||
if withNSFW then ''
|
||||
export CARGO_MOMMYS_MOODS=chill/thirshty/yikes
|
||||
export CARGO_MOMMYS_LITTLE=racc/plush
|
||||
export CARGO_MOMMYS_PARTS=shit/pee
|
||||
export CARGO_MOMMYS_FUCKING="pet/toy/toilet/shitslut/septic tank"
|
||||
'' else ''
|
||||
export CARGO_MOMMYS_MOODS=chill
|
||||
export CARGO_MOMMYS_LITTLE=racc/plush
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue