mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
hyprland: fixed mispelling in font declaration
This commit is contained in:
parent
7ba879543c
commit
c27c0905e7
|
@ -64,7 +64,7 @@
|
||||||
name = "Papirus-Light";
|
name = "Papirus-Light";
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "Noto Sans Nerd Font Regular";
|
name = "NotoSans Nerd Font Regular";
|
||||||
size = 11;
|
size = 11;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue