Don't spawn nextcloud where it isn't necessary
This commit is contained in:
@@ -57,6 +57,10 @@
|
|||||||
email = "";
|
email = "";
|
||||||
stylix.theme = "spaceduck";
|
stylix.theme = "spaceduck";
|
||||||
};
|
};
|
||||||
|
home-manager.users.corrina.services.nextcloud-client = {
|
||||||
|
enable = lib.mkForce false;
|
||||||
|
startInBackground = lib.mkForce false;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -71,5 +71,10 @@
|
|||||||
output = "eDP-1"; # notifications only on main display
|
output = "eDP-1"; # notifications only on main display
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nextcloud-client = {
|
||||||
|
enable = lib.mkForce false;
|
||||||
|
startInBackground = lib.mkForce false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user