From abc0aee028707ff881b04ff1a85eb0b655f15bfe Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 4 Sep 2024 01:15:08 +0900 Subject: feat(home/gui): waybar: add scratchpad indicator --- home/profiles/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/gui/default.nix') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index d43e454..cba6747 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -166,7 +166,7 @@ in waybar = { enable = config.wayland.windowManager.sway.enable; - settings = [ (import ./config/waybar/settings.nix { inherit config lib neotheme; }) ]; + settings = [ (import ./config/waybar/settings.nix { inherit config lib pkgs neotheme; }) ]; style = import ./config/waybar/style.nix { inherit config neotheme; }; }; -- cgit 1.4.1