enable gvfs
This commit is contained in:
parent
ec581500f9
commit
68024232e2
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ in {
|
||||||
{
|
{
|
||||||
modules.desktop.fonts.enable = true;
|
modules.desktop.fonts.enable = true;
|
||||||
modules.desktop.fonts.baseFonts = true;
|
modules.desktop.fonts.baseFonts = true;
|
||||||
|
|
||||||
|
# gnome virtual file system
|
||||||
|
# required for stuff like network drives and trash in nautilus and thunar
|
||||||
|
services.gvfs.enable = true;
|
||||||
}
|
}
|
||||||
(mkIf (cfg.envProto == "wayland") {
|
(mkIf (cfg.envProto == "wayland") {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue