personal-cli: Add nextcloud client

This commit is contained in:
traxys 2023-09-27 10:56:41 +02:00
parent ca6490c956
commit e4e6e33605

View file

@ -19,6 +19,11 @@
fpath+="$HOME/.zfunc"
'';
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
home.file = {
bin = {
source = ./scripts;