9 lines
118 B
Nix
9 lines
118 B
Nix
{...}: {
|
|
services.udiskie = {
|
|
enable = true;
|
|
automount = true;
|
|
notify = true;
|
|
tray = "auto";
|
|
};
|
|
}
|