9 lines
113 B
Nix
9 lines
113 B
Nix
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
tray = "always";
|
|
notify = true;
|
|
automount = true;
|
|
};
|
|
}
|