{ ... }: { programs.waybar = { enable = true; }; home.file.".config/waybar" = { source = builtins.toPath ./custom; recursive = true; force = true; }; }