mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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
|
||||
];
|
||||
|
||||
# Allow browsing Samba shares
|
||||
services.gvfs.enable = true;
|
||||
|
||||
# Set default for opening directories
|
||||
xdg.mimeApps.defaultApplications."inode/directory" =
|
||||
[ "nautilus.desktop" ];
|
||||
@ -31,6 +28,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Allow browsing Samba shares
|
||||
services.gvfs.enable = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user