diff --git a/hosts/common/programs/rofi/default.nix b/hosts/common/programs/rofi/default.nix index 79dcccb68..99d9e96b4 100644 --- a/hosts/common/programs/rofi/default.nix +++ b/hosts/common/programs/rofi/default.nix @@ -84,6 +84,7 @@ in fs.".config/rofi/config.rasi".symlink.target = ./config.rasi; # redirect its default drun cache location fs.".cache/rofi3.druncache".symlink.target = "rofi/rofi3.druncache"; + fs.".cache/rofi3.filebrowsercache".symlink.target = "rofi/rofi3.filebrowsercache"; fs.".cache/rofi-drun-desktop.cache".symlink.target = "rofi/rofi-drun-desktop.cache"; persist.byStore.cryptClearOnBoot = [ # optional, for caching .desktop files rofi finds on disk (perf)