add nextcloud adapt neovim

This commit is contained in:
afoucaultc 2026-07-08 11:46:17 +02:00
parent 1187ea0d4e
commit f9413c476c
8 changed files with 15 additions and 11 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}