{ config, lib, ... }: let cfg = config.hd.desktop.security; inherit (lib) mkIf; in { config = mkIf cfg.enable { programs.seahorse.enable = true; }; }