.dotfiles/modules/nixos/common/gvfs.nix
2025-03-27 01:47:14 +01:00

4 lines
38 B
Nix

_:
{
services.gvfs.enable = true;
}