Minor formatting thing
This commit is contained in:
parent
2b778b2ec4
commit
7947adef61
1 changed files with 3 additions and 2 deletions
|
@ -163,8 +163,9 @@
|
|||
slurp
|
||||
wl-clipboard
|
||||
font-awesome
|
||||
(waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
(
|
||||
waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
})
|
||||
)
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue