summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-24 15:26:46 +0100
committerAlan Pearce2024-12-24 15:26:46 +0100
commit934a7e572ba8899665d5dacc903549bf826126be (patch)
tree823a35ea8206aeeb4e46af556b64afe0b10e16cc /user/settings/shell.nix
parentb76d5621ded27acce68ac5dd5ac9df1b1dd3232c (diff)
downloadnixfiles-934a7e572ba8899665d5dacc903549bf826126be.tar.lz
nixfiles-934a7e572ba8899665d5dacc903549bf826126be.tar.zst
nixfiles-934a7e572ba8899665d5dacc903549bf826126be.zip
remove babashka
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index c33e808e..66ebaade 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -143,7 +143,6 @@ in
     };
   };
   home.packages = with pkgs; [
-    babashka
     fzf
     up
   ];