fix: disable gnome automount
This commit is contained in:
parent
61a01e5d39
commit
175589fabb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue