{ pkgs, lib, config, ... }: { config = { frogeye = { desktop.xorg = true; extra = true; }; }; }