mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
personal-cli: Add nextcloud client
This commit is contained in:
parent
ca6490c956
commit
e4e6e33605
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
fpath+="$HOME/.zfunc"
|
||||
'';
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
home.file = {
|
||||
bin = {
|
||||
source = ./scripts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue