home: add nextcloud client
This commit is contained in:
parent
aec09e49b7
commit
6fe95f6358
|
@ -136,6 +136,11 @@ in {
|
|||
};
|
||||
programs.bash = { enable = true; };
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"thunar/".source = ./thunar;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue