mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
feat(i3): use fzfmenu
This commit is contained in:
@@ -97,6 +97,12 @@ in
|
||||
name = "notetags";
|
||||
};
|
||||
|
||||
fzfmenu = makeScript {
|
||||
src = ./fzfmenu.sh;
|
||||
name = "fzfmenu";
|
||||
propagatedBuildInputs = [ pkgs.alacritty pkgs.fzf ];
|
||||
};
|
||||
|
||||
bvg = pkgs.callPackage ./bvg.nix {};
|
||||
nav = pkgs.callPackage ./nav.nix {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user