mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(fzfmenu): include bash and handle options
This commit is contained in:
@@ -111,7 +111,7 @@ in
|
||||
fzfmenu = wrapScript {
|
||||
script = ./fzfmenu.sh;
|
||||
name = "fzfmenu";
|
||||
packages = [ pkgs.st pkgs.fzf pkgs.dash ];
|
||||
packages = [ pkgs.st pkgs.fzf pkgs.dash pkgs.bash ];
|
||||
};
|
||||
|
||||
bvg = pkgs.callPackage ./bvg.nix {};
|
||||
|
||||
Reference in New Issue
Block a user