From 54a9d6456eaa6195998a0f37bdbafee9953ca0fb Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Tue, 30 May 2023 23:06:24 +0200 Subject: [PATCH] waybar: merge multiple style definitions (#4038) This is backwards compatible and allows for more flexibility(eg. allows for defining custom waybar modules in separate nixos modules, before merging them together) Co-authored-by: mae --- modules/programs/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix index 12002d54..6d06db77 100644 --- a/modules/programs/waybar.nix +++ b/modules/programs/waybar.nix @@ -212,7 +212,7 @@ in { }; style = mkOption { - type = nullOr (either path str); + type = nullOr (either path lines); default = null; description = '' CSS style of the bar.