Add nextcloud sync support
This commit is contained in:
parent
dc01308c20
commit
275c7ba60b
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
./font.nix
|
||||
./playerctl.nix
|
||||
./easyeffects.nix
|
||||
./nextcloud.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
3
home/features/desktop/common/nextcloud.nix
Normal file
3
home/features/desktop/common/nextcloud.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.nextcloud-client.enable = true;
|
||||
}
|
Loading…
Reference in a new issue