mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
9 lines
113 B
Nix
9 lines
113 B
Nix
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
tray = "always";
|
|
notify = true;
|
|
automount = true;
|
|
};
|
|
}
|