add nextcloud adapt neovim
This commit is contained in:
parent
1187ea0d4e
commit
f9413c476c
8 changed files with 15 additions and 11 deletions
7
home/afoucaultc/packages/nextcloud.nix
Normal file
7
home/afoucaultc/packages/nextcloud.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue