gvfs for sftp fs access in nautilus

This commit is contained in:
CDaut 2024-07-14 00:52:06 +02:00
parent ae3b8e06a8
commit 34c3040cf8
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@ let username = "clara"; in
qgis qgis
mpv mpv
helvum helvum
gnome.gvfs
] ++ (if x11mode then [ ] ++ (if x11mode then [
arandr arandr
flameshot flameshot

View file

@ -2,6 +2,7 @@
{ {
wayland.windowManager.sway = let mod = "Mod4"; in { wayland.windowManager.sway = let mod = "Mod4"; in {
enable = true; enable = true;
wrapperFeatures.gtk = true;
systemd = { systemd = {
enable = true; enable = true;
}; };