{ config, pkgs, lib, hostname, ... }: { programs.waybar = { enable = true; package = pkgs.waybar-hyprland; settings = { main = lib.importJSON ./config.json; }; style = ./style.css; }; home.file.".config/waybar/macchiato.css".source = ./macchiato.css; }