rofi: fix attribute 'size' missing (#1553)
Closes: https://github.com/nix-community/stylix/issues/1555
Fixes: 713f8dae31 ("rofi: use mkTarget (#1550)")
Link: https://github.com/nix-community/stylix/pull/1553
Link: https://github.com/nix-community/stylix/pull/1554
Co-authored-by: VuiMuich <vuimuich@quantentunnel.de>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
8c4b2ebfb8
commit
3a09d3f5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ mkTarget {
|
|||
(
|
||||
{ fonts }:
|
||||
{
|
||||
programs.rofi.font = "${fonts.monospace.name} ${toString fonts.size.popups}";
|
||||
programs.rofi.font = "${fonts.monospace.name} ${toString fonts.sizes.popups}";
|
||||
}
|
||||
)
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue