From 6db28375b806b0cae98cb9a0ec54017021c46b38 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 10 Apr 2024 20:00:29 -0400 Subject: [PATCH] fix(hyprland): enable gvfs for nautilus --- modules/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 38a8f27..8affcd3 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -28,6 +28,9 @@ gnome.gnome-system-monitor ]; + # Required for Nautilus to work outside GNOME + services.gvfs.enable = true; + services.greetd = { enable = true; settings = {