1 { config, lib, pkgs, ... }: { 2 programs.waybar = { enable = true; }; 3 4 home.file.".config/waybar/config.jsonc" = { source = ./config.jsonc; }; 5 home.file.".config/waybar/style.css" = { source = ./style.css; }; 6 }