From 12dc177e5bb5f2371dd594e2804fd3024e90a40f Mon Sep 17 00:00:00 2001 From: Superredstone Date: Tue, 3 Feb 2026 18:02:54 +0100 Subject: [PATCH] Added nix develop shorthand --- home/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ''; }; }