samba initial setup

This commit is contained in:
Noah Masur
2023-02-28 05:05:04 +00:00
parent 43343b2824
commit f648e92c28
4 changed files with 25 additions and 0 deletions

View File

@ -17,6 +17,9 @@
gnome.sushi # Quick preview with spacebar
];
# Allow browsing Samba shares
services.gvfs.enable = true;
# Set default for opening directories
xdg.mimeApps.defaultApplications."inode/directory" =
[ "nautilus.desktop" ];