desktop: add nextcloud client

This commit is contained in:
Jez Cope 2021-07-16 08:46:32 +01:00
parent 6f1f8290c0
commit fe70f91b44
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ with lib;
postman
wineFull
nextcloud-client
];
home.file = {
@ -153,4 +155,5 @@ with lib;
programs.ncmpcpp.settings = { user_interface = "alternative"; };
services.syncthing.enable = true;
services.nextcloud-client.enable = true;
}