diff options
Diffstat (limited to 'home-manager/config/lf/commands/default.nix')
-rw-r--r-- | home-manager/config/lf/commands/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/home-manager/config/lf/commands/default.nix b/home-manager/config/lf/commands/default.nix index 446466be..5eae996e 100644 --- a/home-manager/config/lf/commands/default.nix +++ b/home-manager/config/lf/commands/default.nix @@ -127,10 +127,6 @@ in { inherit (pkgs) fzf lf gnused; }; }; - help = shell { - file = ./scripts/help; - dependencies = []; - }; mk_dir = pipe { file = ./scripts/mk_dir; dependencies = []; @@ -199,7 +195,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; |