diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/lf/commands/default.nix | 4 |
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 9eba1a98..a915a21c 100644 --- a/home-manager/soispha/config/lf/commands/default.nix +++ b/home-manager/soispha/config/lf/commands/default.nix @@ -197,11 +197,15 @@ in { file = ./scripts/set_wall_paper; dependencies = []; }; + /* + FIXME + The c code fails, when stdout/-in is piped. rename = '' %{{ ${lf_rename.packages."${system}".default}/bin/rename }} ''; + */ stripspace = pipe { file = ./scripts/stripspace; dependencies = []; |