mirror of
https://github.com/nix-community/home-manager
synced 2024-11-20 01:59:45 +01: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:
parent
9f82227b64
commit
54a9d6456e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue