{ config, ... }: { imports = [ ./.. ]; config.speak = { enable = true; # runAsRoot = false; config.speakup = { soft = { direct = "1"; rate = "7"; }; }; }; config.sound.enable = true; }