Files
cnix/home/core/system/udiskie.nix
2024-07-06 16:06:56 +02:00

8 lines
92 B
Nix

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