nixos/home/system/udiskie/default.nix
2024-06-25 21:57:24 +02:00

7 lines
72 B
Nix

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