hyprland: fixed mispelling in font declaration

This commit is contained in:
Aly Raffauf 2024-03-25 17:26:37 -04:00
parent 7ba879543c
commit c27c0905e7

View file

@ -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;
}; };
}; };