common/graphical-desktop: enable

This commit is contained in:
2025-03-15 00:29:58 +01:00
parent 824d964d61
commit 1c71991f09

View File

@@ -44,4 +44,7 @@
extraPackages = hPkgs: with hPkgs; [ dbus ];
};
};
services.graphical-desktop.enable = !config.machineVars.headless;
services.speechd.enable = false;
}