nixos/home/system/udiskie/default.nix
2024-06-25 22:20:17 +02:00

9 lines
113 B
Nix

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