feat(rofi): set font size on p330

main
mandlm 2022-09-01 07:43:41 +02:00
parent 776f67dc73
commit 6bf4bbfc36
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
}; };
programs.kitty.font.size = 16; programs.kitty.font.size = 16;
programs.rofi.font = lib.mkForce "DejaVu Sans Mono 16";
services.betterlockscreen.inactiveInterval = 20; services.betterlockscreen.inactiveInterval = 20;
} }