mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:11:54 -05:00
sway: use default theme font
This commit is contained in:
parent
50fa28088e
commit
55c747e4c2
|
@ -164,7 +164,7 @@
|
||||||
# mouseWarping = "container";
|
# mouseWarping = "container";
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = ["NotoSansNerdFont"];
|
names = ["${config.alyraffauf.desktop.theme.font.name}"];
|
||||||
style = "Bold";
|
style = "Bold";
|
||||||
size = 11.0;
|
size = 11.0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue