Add nextcloud sync support

This commit is contained in:
GHOSCHT 2024-01-20 23:03:03 +01:00
parent dc01308c20
commit 275c7ba60b
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./font.nix
./playerctl.nix
./easyeffects.nix
./nextcloud.nix
];
home.packages = with pkgs; [

View file

@ -0,0 +1,3 @@
{
services.nextcloud-client.enable = true;
}