enable gvfs

This commit is contained in:
Reid 2024-05-02 20:34:22 -07:00
parent ec581500f9
commit 68024232e2

View file

@ -15,6 +15,10 @@ in {
{ {
modules.desktop.fonts.enable = true; modules.desktop.fonts.enable = true;
modules.desktop.fonts.baseFonts = true; modules.desktop.fonts.baseFonts = true;
# gnome virtual file system
# required for stuff like network drives and trash in nautilus and thunar
services.gvfs.enable = true;
} }
(mkIf (cfg.envProto == "wayland") { (mkIf (cfg.envProto == "wayland") {
environment.sessionVariables = { environment.sessionVariables = {