dotfiles/nixos/modules/gvfs.nix
2024-10-06 15:25:05 -05:00

3 lines
35 B
Nix
Executable file

{
services.gvfs.enable = true;
}