diff options
author | Alan Pearce | 2024-06-25 20:24:20 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 20:24:20 +0200 |
commit | 02582c2f24a0c399abc7c20d6de2ea38d37977ef (patch) | |
tree | 5a92d9c4f013d24da803c933a171bcea81e5b984 /user/settings | |
parent | a5e5dc737a4ef5eb9b882e194bc11c378ca11676 (diff) | |
download | nixfiles-02582c2f24a0c399abc7c20d6de2ea38d37977ef.tar.lz nixfiles-02582c2f24a0c399abc7c20d6de2ea38d37977ef.tar.zst nixfiles-02582c2f24a0c399abc7c20d6de2ea38d37977ef.zip |
install babashka
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 170f543f..fe2b4690 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -148,6 +148,7 @@ in }; }; home.packages = with pkgs; [ + babashka fzf up ]; |