fix: disable gnome automount

This commit is contained in:
514fpv 2025-04-08 10:55:32 +08:00
parent 61a01e5d39
commit 175589fabb
Signed by: koishi
SSH key fingerprint: SHA256:i6TyMdSpIH+dGyo6hTa6wyF+9OHsFkBnmLdkGBPblgI

View file

@ -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;