mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
add wsl host
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
nixfmt # Nix file formatter
|
||||
];
|
||||
|
||||
programs.fish.shellAbbrs = { n = "nix"; };
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
programs.fish = {
|
||||
shellAbbrs = {
|
||||
n = "nix";
|
||||
ns = "nix-shell -p";
|
||||
nsr = "nix-shell-run";
|
||||
nps = "nix repl '<nixpkgs>'";
|
||||
|
Reference in New Issue
Block a user