1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

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 <git@badat.dev>
This commit is contained in:
MaeIsBad 2023-05-30 23:06:24 +02:00 committed by GitHub
parent 9f82227b64
commit 54a9d6456e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.