sway: fix improper option reference
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-08-07 22:43:38 -04:00
parent d0e5071b4a
commit cdbab3a649

View file

@ -58,9 +58,9 @@ in {
};
fonts = {
names = [cfg.theme.font.sansFont.name];
names = [cfg.theme.sansFont.name];
style = "Bold";
size = cfg.theme.font.sansFont.size + 0.0;
size = cfg.theme.sansFont.size + 0.0;
};
gaps = {