From 175589fabb6461d47287cb79fcf13f66d7362024 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 8 Apr 2025 10:55:32 +0800 Subject: [PATCH] fix: disable gnome automount --- home/gnome/impl/dconf.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/gnome/impl/dconf.nix b/home/gnome/impl/dconf.nix index 3865804e..524f575d 100644 --- a/home/gnome/impl/dconf.nix +++ b/home/gnome/impl/dconf.nix @@ -25,6 +25,11 @@ mkIf cfg.enable { "${p}/epiphany".ask-for-default = false; "${p}/evolution-data-server".migrated = true; + "${pd}/media-handling" = { + automount = false; + automount-open = false; + }; + "${p}/nautilus/preferences" = { default-folder-viewer = "icon-view"; migrated-gtk-settings = true;