feat: Added nextcloud client back
This commit is contained in:
10
home/apps/nextcloud.nix
Normal file
10
home/apps/nextcloud.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user