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

@@ -17,6 +17,13 @@ Template:
---
## 2026-07-08 — File Manager Archive Backend (iteration #78)
- **Task:** PROPOSED item — provide a GUI backend for Thunar's archive extraction plugin.
- **Did:** Added `file-roller` to `environment.systemPackages` in `modules/nixos/file-manager.nix`.
- **Verified:** V1 (flake check).
- **Pending:** nothing.
- **Next suggestion:** continue tackling the PROPOSED backlog queue (e.g. udiskie or xwaylandvideobridge).
## 2026-07-08 — Hardware security key support (iteration #77)
- **Task:** PROPOSED item — enable FIDO2/U2F support for hardware tokens.
- **Did:** Added `services.pcscd.enable = true` to `modules/nixos/default.nix` (NixOS >= 26.05 udev handles u2f natively).