add wsl host

This commit is contained in:
Noah Masur
2022-07-07 07:49:48 -04:00
parent 1e511ce08b
commit 86b1ab61cb
4 changed files with 22 additions and 2 deletions

View File

@ -3,6 +3,7 @@
programs.fish = {
shellAbbrs = {
n = "nix";
ns = "nix-shell -p";
nsr = "nix-shell-run";
nps = "nix repl '<nixpkgs>'";