From 6bf4bbfc364534cf597f6851d567a41a965847a6 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 1 Sep 2022 07:43:41 +0200 Subject: [PATCH] feat(rofi): set font size on p330 --- machines/p330/home-mandlm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/p330/home-mandlm.nix b/machines/p330/home-mandlm.nix index bc8b537..810d749 100644 --- a/machines/p330/home-mandlm.nix +++ b/machines/p330/home-mandlm.nix @@ -17,6 +17,7 @@ }; programs.kitty.font.size = 16; + programs.rofi.font = lib.mkForce "DejaVu Sans Mono 16"; services.betterlockscreen.inactiveInterval = 20; }