about summary refs log tree commit diff stats
path: root/home-manager/config/lf/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-18 15:27:08 +0100
committerene <ene@sils.li>2023-03-18 15:28:49 +0100
commit7ef945bfa4dfb2d1330ec441161796a4462a2d98 (patch)
tree7a793351a4d89cf1dd851d73a4e53d076fa825a1 /home-manager/config/lf/default.nix
parentFix(flake): Update (diff)
downloadnixos-config-7ef945bfa4dfb2d1330ec441161796a4462a2d98.tar.gz
nixos-config-7ef945bfa4dfb2d1330ec441161796a4462a2d98.zip
Fix(hm/conf/lf): Allow trashing of files on the temp fs
Diffstat (limited to '')
-rw-r--r--home-manager/config/lf/default.nix3
1 files changed, 3 insertions, 0 deletions
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
             ;
         };
       };