From 69099861601d5649df737d82021a0cf5abb51403 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 20 Aug 2023 19:05:35 +0200 Subject: Feat(hm/conf/lf): Replace rename script by rename c binary --- home-manager/soispha/config/lf/commands/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/config/lf/commands/default.nix') diff --git a/home-manager/soispha/config/lf/commands/default.nix b/home-manager/soispha/config/lf/commands/default.nix index fa366d37..95cd2991 100644 --- a/home-manager/soispha/config/lf/commands/default.nix +++ b/home-manager/soispha/config/lf/commands/default.nix @@ -3,6 +3,7 @@ sysLib, shell_library, system, + lf_rename, ... }: let functionCall = { @@ -197,7 +198,7 @@ in { dependencies = []; }; rename = pipe { - file = ./scripts/rename; + file = "${lf_rename.packages."${system}".default}"; dependencies = []; }; stripspace = pipe { -- cgit 1.4.1