1 2 3 4 5 6 7
{pkgs, ...}: { programs.eww = { enable = true; package = pkgs.eww-wayland; configDir = ./config; }; }