mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
fix: gvfs not in home-manager
This commit is contained in:
@ -17,9 +17,6 @@
|
|||||||
gnome.sushi # Quick preview with spacebar
|
gnome.sushi # Quick preview with spacebar
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow browsing Samba shares
|
|
||||||
services.gvfs.enable = true;
|
|
||||||
|
|
||||||
# Set default for opening directories
|
# Set default for opening directories
|
||||||
xdg.mimeApps.defaultApplications."inode/directory" =
|
xdg.mimeApps.defaultApplications."inode/directory" =
|
||||||
[ "nautilus.desktop" ];
|
[ "nautilus.desktop" ];
|
||||||
@ -31,6 +28,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow browsing Samba shares
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user