mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 01:51:54 -05:00
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
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:
parent
d0e5071b4a
commit
cdbab3a649
|
@ -58,9 +58,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [cfg.theme.font.sansFont.name];
|
names = [cfg.theme.sansFont.name];
|
||||||
style = "Bold";
|
style = "Bold";
|
||||||
size = cfg.theme.font.sansFont.size + 0.0;
|
size = cfg.theme.sansFont.size + 0.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
|
|
Loading…
Reference in a new issue