6 lines
75 B
Nix
6 lines
75 B
Nix
{...}: {
|
|
services.udiskie = {
|
|
enable = true;
|
|
tray = true;
|
|
};
|
|
}
|