aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/lf/commands/default.nix9
1 files changed, 5 insertions, 4 deletions
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 = [];