feat: format

This commit is contained in:
s-prechtl 2024-09-15 11:57:16 +02:00
parent 95f31e1d7a
commit 0844945c23
15 changed files with 1111 additions and 1080 deletions

View file

@ -1,8 +1,10 @@
{ config, pkgs, ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
config,
pkgs,
...
}: {
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}