mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:51:54 -05:00
rofi: migrate to font modules
This commit is contained in:
parent
ee5e1e2519
commit
1cf84a98ea
|
@ -15,7 +15,7 @@ in {
|
||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "UbuntuSansMono Nerd Font ${toString config.gtk.font.size}";
|
font = "${cfg.theme.monospaceFont.name} ${cfg.theme.monospaceFont.size}";
|
||||||
location = "center";
|
location = "center";
|
||||||
package = pkgs.rofi-wayland;
|
package = pkgs.rofi-wayland;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue