From 7ef945bfa4dfb2d1330ec441161796a4462a2d98 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 18 Mar 2023 15:27:08 +0100 Subject: Fix(hm/conf/lf): Allow trashing of files on the temp fs --- home-manager/config/lf/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-manager/config/lf/default.nix') diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix index 6d5095e1..d0f6ba40 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -55,6 +55,8 @@ in { xdg.configFile."lf/icons".source = ./icons; xdg.configFile."lf/colors".source = ./colors; +# TODO add the systemd tempfile option here + programs.lf = { enable = true; @@ -89,6 +91,7 @@ in { (pkgs) fzf trashy + trash-cli ; }; }; -- cgit 1.4.1