mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
fix: gvfs not in home-manager
This commit is contained in:
parent
f648e92c28
commit
6e117769c6
@ -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;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user