diff options
author | ene <ene@sils.li> | 2023-03-18 15:27:08 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-18 15:28:49 +0100 |
commit | 7ef945bfa4dfb2d1330ec441161796a4462a2d98 (patch) | |
tree | 7a793351a4d89cf1dd851d73a4e53d076fa825a1 /home-manager/config/lf/default.nix | |
parent | Fix(flake): Update (diff) | |
download | nixos-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.nix | 3 |
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 ; }; }; |