{ config, pkgs, lib, hostname, ... }: { programs.waybar = { enable = true; settings = { main = lib.importJSON ./config.json; }; }; }