feat(nixos): add file-roller as GUI backend for thunar archive plugin

This commit is contained in:
Bernardo Magri
2026-07-08 22:08:27 +01:00
parent c6b759e19e
commit 856445c505
3 changed files with 8 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ in
services.udisks2.enable = lib.mkDefault true; # mount/unmount removable media
environment.systemPackages = with pkgs; [
file-roller # GUI archive manager (backend for thunar-archive-plugin)
ffmpegthumbnailer # video thumbnails (Thunar + yazi)
libgsf # ODF thumbnails
poppler-utils # PDF thumbnails / pdftoppm (yazi PDF preview too)