feat(home): Add nix repl abbr
This commit is contained in:
parent
1feb194431
commit
a0794330ca
1 changed files with 6 additions and 0 deletions
|
@ -56,5 +56,11 @@
|
|||
allowUnfree = true;
|
||||
}
|
||||
'';
|
||||
|
||||
home.shellAbbrs = {
|
||||
nrepl = ''
|
||||
nix repl --expr 'rec {pkgs=(import <nixpkgs> {}); lib=pkgs.lib;}'
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue