feat(home): enable udiskie for zero-click USB automounting
All checks were successful
Check / eval (push) Successful in 2m52s

This commit is contained in:
Bernardo Magri
2026-07-08 22:09:04 +01:00
parent 856445c505
commit ff76781a97
3 changed files with 10 additions and 8 deletions

View File

@@ -337,14 +337,6 @@ implement. Bernardo moves accepted items into a tier.*
- **[usefulness] Automount removable media (udiskie)**: Right now
`services.udisks2` is enabled at the system level, but there is no
user-space automounter. Inserting a USB drive requires opening a file
manager to mount it manually, and there are no notifications when a drive
is safe to remove. Adding `udiskie` (enabled via Home Manager) provides a
lightweight daemon for desktop notifications and zero-click automounting
for USB drives, closing a standard workstation expectation gap.
Cost: cheap (one package + home-manager toggle).
- **[usefulness] External monitor brightness control (ddcutil)**: Laptops
can dim their internal screens via `brightnessctl` and the OSD keys, but