3 { config, lib, pkgs, ... }:
13 services.malcontent = {
15 enable = mkEnableOption "Malcontent, parental control support for applications";
24 config = mkIf config.services.malcontent.enable {
26 environment.systemPackages = with pkgs; [
31 services.dbus.packages = [
32 # D-Bus services are in `out`, not the default `bin` output that would be picked up by `makeDbusConf`.
36 services.accounts-daemon.enable = true;