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/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/config/lf/default.nix') diff --git a/home-manager/soispha/config/lf/default.nix b/home-manager/soispha/config/lf/default.nix index 9f43a891..a4f7d7b9 100644 --- a/home-manager/soispha/config/lf/default.nix +++ b/home-manager/soispha/config/lf/default.nix @@ -3,10 +3,11 @@ sysLib, nixosConfig, shell_library, + lf_rename, system, ... }: let - commands = import ./commands {inherit pkgs sysLib shell_library system;}; + commands = import ./commands {inherit pkgs sysLib shell_library system lf_rename;}; keybindings = import ./keybindings {inherit nixosConfig;}; in { xdg.configFile."lf/icons".source = ./icons; -- cgit 1.4.1