nixos-config/home/udiskie.nix
2025-08-02 03:01:57 +02:00

9 lines
118 B
Nix

{...}: {
services.udiskie = {
enable = true;
automount = true;
notify = true;
tray = "auto";
};
}