feat(rofi): set font size on p330

This commit is contained in:
Michael Mandl 2022-09-01 07:43:41 +02:00
parent 776f67dc73
commit 6bf4bbfc36
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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