nixos/system/home/udiskie.nix
Evie Litherland-Smith 56dfc26a9d Remove kdeconnect
Move udiskie and avizo into separate nix files
2024-11-22 09:14:20 +00:00

10 lines
121 B
Nix

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