nix-dotfiles/hosts/modules/udiskie.nix
2025-06-30 21:22:40 -06:00

6 lines
75 B
Nix

{...}: {
services.udiskie = {
enable = true;
tray = true;
};
}