added gvfs for thunar

dev-docs
Moritz Böhme 2021-10-19 11:58:43 +02:00
parent 6b7b1bb52a
commit e1fe2b20f2
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@
libreoffice
signal-desktop
];
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
};
}