about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/lf/commands/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/lf/commands/default.nix')
-rw-r--r--home-manager/soispha/config/lf/commands/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/soispha/config/lf/commands/default.nix b/home-manager/soispha/config/lf/commands/default.nix
index c8652442..fa366d37 100644
--- a/home-manager/soispha/config/lf/commands/default.nix
+++ b/home-manager/soispha/config/lf/commands/default.nix
@@ -196,6 +196,10 @@ in {
     file = ./scripts/set_wall_paper;
     dependencies = [];
   };
+  rename = pipe {
+    file = ./scripts/rename;
+    dependencies = [];
+  };
   stripspace = pipe {
     file = ./scripts/stripspace;
     dependencies = [];