nix-dotfiles/hosts/modules/udiskie.nix
2025-10-26 07:50:01 -06:00

10 lines
183 B
Nix

# TODO: figure out why this isnt working on wayland
{
config,
pkgs,
...
}: {
security.polkit.enable = true;
services.udisks2.enable = true;
services.gvfs.enable = true;
}