This commit is contained in:
mjallen18
2026-01-16 18:25:49 -06:00
parent 341d522fd4
commit c3865f2742
6 changed files with 11 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
{
lib,
namespace,
...
}:
let
inherit (lib.${namespace}) disabled;
in
{
home.username = "root";
services = {
nextcloud-client = lib.mkForce disabled;
kdeconnect = {
enable = false;
indicator = false;
};
};
}