update flake, add nixvim, disable librewolf as declarative addons are not currently available, add nextcloud-client

This commit is contained in:
Gabriella Bere 2024-09-01 20:55:06 +01:00
parent da68527e3c
commit 0430e15d54
7 changed files with 284 additions and 13 deletions

View file

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