diff options
author | Soispha <soispha@vhack.eu> | 2023-08-24 14:12:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-24 14:12:34 +0200 |
commit | e9c34bcd5c69b680bee39f8b6a05b4d6c9a2ee2a (patch) | |
tree | aa05739f7de701565d8a4bf30866b2e9b059ff4c | |
parent | Fix(hm/conf/neovim/plugs/lsp/ltex): Disable autocompletion while typing (diff) | |
download | nixos-config-e9c34bcd5c69b680bee39f8b6a05b4d6c9a2ee2a.tar.gz nixos-config-e9c34bcd5c69b680bee39f8b6a05b4d6c9a2ee2a.zip |
Fix(hm/conf/lf/commands): Remove rename cmd as it fails on piped stdout
-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 = []; |