sway: enable gvfs to support remote filesystems

This commit is contained in:
Colin 2023-12-14 21:59:42 +00:00
parent 54d2e875f6
commit 6a548366cd

View File

@ -230,6 +230,7 @@ in
# emulate pulseaudio for legacy apps (e.g. sxmo-utils)
pulse.enable = true;
};
services.gvfs.enable = true; # allow nautilus to mount remote filesystems (e.g. ftp://...)
# rtkit/RealtimeKit: allow applications which want realtime audio (e.g. Dino? Pulseaudio server?) to request it.
# this might require more configuration (e.g. polkit-related) to work exactly as desired.
# - readme outlines requirements: <https://github.com/heftig/rtkit>