diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 22:19:53 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:25 +0200 |
commit | 8a39f673a38439c09a4a5da07a1d1d4e89c70443 (patch) | |
tree | 00a471aeb4954a67fd3d3284a56ab620c02f468f /home-manager/config/lf/commands/default.nix | |
parent | Fix(hm/conf/lf/keymappings): Set mapping to real path (diff) | |
download | nixos-config-8a39f673a38439c09a4a5da07a1d1d4e89c70443.zip |
Fix(hm/conf/lf): Remove help function as `maps` exists
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 ; }; |