{ config, pkgs, ... }: { programs.waybar = { enable = true; }; home.file.".config/waybar" = { source = ./config; recursive = true; force = true; }; }