Update system packages and home configuration
This commit is contained in:
8
modules/home/nextcloud.nix
Normal file
8
modules/home/nextcloud.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
package = pkgs.nextcloud-client;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user