diff --git a/home/fish.nix b/home/fish.nix index 9b52713..65c51fc 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -13,6 +13,10 @@ function weather curl "wttr.in/Bolzano?0?Q?" end + + function dev + nix develop --command "fish" + end ''; }; }