feat(home): Add nix repl abbr

This commit is contained in:
punkfairie 2025-01-13 18:58:01 -08:00
parent 1feb194431
commit a0794330ca
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -56,5 +56,11 @@
allowUnfree = true; allowUnfree = true;
} }
''; '';
home.shellAbbrs = {
nrepl = ''
nix repl --expr 'rec {pkgs=(import <nixpkgs> {}); lib=pkgs.lib;}'
'';
};
}; };
} }