🐛 fix issues from input update

This commit is contained in:
Moritz Böhme 2022-09-27 18:02:09 +02:00
parent 4f930b2346
commit fff714f7aa
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ in
];
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
package = lib.mkForce pkgs.gnome.gvfs;
};
};
}