nix-config/home/utils/udiskie.nix

7 lines
92 B
Nix

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