{pkgs, config, ...}: { xmonad-config = { launcher = "rofi -show drun -show-icons"; terminal = "ghostty"; wallpaper = config.theme.desktop.wallpaper; xmobar.font = config.theme.font; }; }