switch back to explicit sync?

This commit is contained in:
2025-01-13 11:02:57 +01:00
parent 076c892b4f
commit bbfec6ea9a
7 changed files with 54 additions and 59 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}:
{
home.packages = [
pkgs.owncloud-client
];
}