rofi: migrate to font modules

This commit is contained in:
Aly Raffauf 2024-08-07 21:56:48 -04:00
parent ee5e1e2519
commit 1cf84a98ea

View file

@ -15,7 +15,7 @@ in {
programs.rofi = {
enable = true;
font = "UbuntuSansMono Nerd Font ${toString config.gtk.font.size}";
font = "${cfg.theme.monospaceFont.name} ${cfg.theme.monospaceFont.size}";
location = "center";
package = pkgs.rofi-wayland;