home: add nextcloud client

This commit is contained in:
Leonardo Eugênio 2023-01-16 21:11:09 -03:00
parent aec09e49b7
commit 6fe95f6358

View file

@ -136,6 +136,11 @@ in {
};
programs.bash = { enable = true; };
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
xdg.configFile = {
"thunar/".source = ./thunar;
};