aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/lf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/lf/lf/commands/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix
index 9ef52aab..f212a703 100644
--- a/modules/by-name/lf/lf/commands/default.nix
+++ b/modules/by-name/lf/lf/commands/default.nix
@@ -139,11 +139,11 @@ in {
};
trash_clear = shell {
name = "trash_clear";
- dependencies = with pkgs; [conceal fzf gawk trashy];
+ dependencies = with pkgs; [conceal fzf gawk trashy gnused];
};
trash_restore = shell {
name = "trash_restore";
- dependencies = with pkgs; [conceal fzf gawk trashy];
+ dependencies = with pkgs; [conceal fzf gawk trashy gnused];
};
view_file = async {