Minor formatting thing

This commit is contained in:
floppydiskette 2023-08-09 15:13:13 +01:00
parent 2b778b2ec4
commit 7947adef61
No known key found for this signature in database

View file

@ -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" ];
})
)
];