{ config, lib, pkgs, ... }: { config.services.udiskie = { enable = true; tray = "always"; }; }