{ pkgs, ... }:
{
# TODO choose oled or non-oled depending on some set variable
programs.eww = {
enable = true;
configDir = ./config;
};
}