1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make Fuzzel runner work well and make font dpi unaware

This commit is contained in:
RGBCube 2023-11-11 09:15:35 +03:00
parent af189f76b5
commit c0a319c69a
No known key found for this signature in database

View file

@ -3,10 +3,11 @@
homeConfiguration "nixos" {
programs.fuzzel = enabled {
settings.main = {
font = "OpenSans:size=12";
prompt = ''" "'';
font = "OpenSans:size=18";
dpi-aware = false;
prompt = ''" "'';
terminal = "kitty";
terminal = "kitty --detach --hold";
tabs = 4;