10 lines
170 B
Nix
Raw Normal View History

2024-10-02 22:10:08 +03:00
{ pkgs, config, ... }: {
imports = [(
import ../../../patterns/waybar.nix {
inherit pkgs;
inherit config;
active_color = "#d197d9";
}
)];
}