From 66928b32289cfd95c8170b4c8b1e778d5c3601ea Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 20 Aug 2023 21:40:00 +0200 Subject: Fix(hm/conf/lf/commands): Avoid shell wrapping for c rename command --- home-manager/soispha/config/lf/commands/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'home-manager/soispha/config/lf/commands') diff --git a/home-manager/soispha/config/lf/commands/default.nix b/home-manager/soispha/config/lf/commands/default.nix index 95cd2991..9eba1a98 100644 --- a/home-manager/soispha/config/lf/commands/default.nix +++ b/home-manager/soispha/config/lf/commands/default.nix @@ -197,10 +197,11 @@ in { file = ./scripts/set_wall_paper; dependencies = []; }; - rename = pipe { - file = "${lf_rename.packages."${system}".default}"; - dependencies = []; - }; + rename = '' + %{{ + ${lf_rename.packages."${system}".default}/bin/rename + }} + ''; stripspace = pipe { file = ./scripts/stripspace; dependencies = []; -- cgit 1.4.1