update flake, add nixvim, disable librewolf as declarative addons are not currently available, add nextcloud-client
This commit is contained in:
parent
da68527e3c
commit
0430e15d54
7 changed files with 284 additions and 13 deletions
6
home-manager/nextcloud.nix
Normal file
6
home-manager/nextcloud.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue