nix-config/home/udiskie.nix

7 lines
No EOL
91 B
Nix

{
services.udiskie = {
enable = true;
automount = true;
notify = true;
};
}