{ config, pkgs, ... }: let themeCfg = config.local.theme; in { services.wired = { enable = true; config = pkgs.substituteAll ({ src = ./wired.ron; } // themeCfg.notification); }; }