feat(rofi): set font size on p330
parent
776f67dc73
commit
6bf4bbfc36
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue