added gvfs for thunar
This commit is contained in:
parent
6b7b1bb52a
commit
e1fe2b20f2
1 changed files with 4 additions and 0 deletions
|
@ -12,4 +12,8 @@
|
|||
libreoffice
|
||||
signal-desktop
|
||||
];
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue