themes and services
fix errors in themes and service setup
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ nextcloud-client ];
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
|
||||
Reference in New Issue
Block a user