diff options
author | Alan Pearce | 2024-12-24 15:26:46 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-24 15:26:46 +0100 |
commit | 934a7e572ba8899665d5dacc903549bf826126be (patch) | |
tree | 823a35ea8206aeeb4e46af556b64afe0b10e16cc /user/settings/shell.nix | |
parent | b76d5621ded27acce68ac5dd5ac9df1b1dd3232c (diff) | |
download | nixfiles-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.nix | 1 |
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 ]; |