mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 07:31:54 -05:00
rofi: migrate to font modules
This commit is contained in:
parent
ee5e1e2519
commit
1cf84a98ea
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue