all repos — nixfiles @ 02582c2f24a0c399abc7c20d6de2ea38d37977ef

System and user configuration, managed by nix and home-manager

install babashka
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2024 20:24:20 +0200
commit

02582c2f24a0c399abc7c20d6de2ea38d37977ef

parent

a5e5dc737a4ef5eb9b882e194bc11c378ca11676

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -148,6 +148,7 @@ sngc = "sudo nix-collect-garbage --delete-older-than 30d";     };
   };
   home.packages = with pkgs; [
+    babashka
     fzf
     up
   ];