about summary refs log tree commit diff
path: root/home/profiles/gui/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-09-04 01:15:08 +0900
committersefidel <contact@sefidel.net>2024-09-04 20:46:57 +0900
commitabc0aee028707ff881b04ff1a85eb0b655f15bfe (patch)
tree8dcf6a6fa411035c5fba5353f0e23b36a9cc768a /home/profiles/gui/default.nix
parentfb1fa5466912bb4211b4ca61be532725a79172ed (diff)
downloadnixrc-abc0aee028707ff881b04ff1a85eb0b655f15bfe.tar.gz
nixrc-abc0aee028707ff881b04ff1a85eb0b655f15bfe.zip
feat(home/gui): waybar: add scratchpad indicator
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r--home/profiles/gui/default.nix2
1 files changed, 1 insertions, 1 deletions
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; };
       };