mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
packages/tmux-sessionizer: add fd as dependency
This commit is contained in:
parent
64921628a8
commit
e645fcebfe
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
writeShellApplication,
|
||||
tmux,
|
||||
procps,
|
||||
fd,
|
||||
fzf,
|
||||
gnused,
|
||||
lib,
|
||||
|
|
@ -42,6 +43,7 @@ let
|
|||
tmux-sessionizer = writeShellApplication {
|
||||
name = "tmux-sessionizer";
|
||||
runtimeInputs = [
|
||||
fd
|
||||
fzf
|
||||
gnused
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue