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

@@ -34,6 +34,9 @@
# menu module.
services.cliphist.enable = true;
# Automount removable media (USB drives) and provide safe-removal notifications.
services.udiskie.enable = true;
# Wifi from the bar: nm-applet lives in waybar's tray (SNI flag via
# preferStatusNotifierItems — without it there is no tray icon).
services.network-manager-applet.enable = true;