blob: 2159bfe6d66cc91dea1414db6c26dbeaf6e0c287 [file] [log] [blame]
{ inputs, pkgs, ... }: {
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./config;
};
}