move gvfs to base
This commit is contained in:
parent
a8264c3573
commit
f3f41f2246
2 changed files with 4 additions and 2 deletions
|
@ -117,6 +117,10 @@ in {
|
|||
Defaults env_keep+=SSH_AUTH_SOCK
|
||||
'';
|
||||
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
services.lorri.enable = true;
|
||||
|
||||
|
|
|
@ -154,8 +154,6 @@ in {
|
|||
)
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue