Add gvfs
This commit is contained in:
parent
b7f9aea634
commit
ddfa46aa15
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@
|
||||||
gimp
|
gimp
|
||||||
];
|
];
|
||||||
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
services.devmon.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue