fix: rework DPI configuration on all devices

Allow better font size on all screen
This commit is contained in:
Yorick Barbanneau 2024-04-29 23:56:21 +02:00
parent 3bef1ca9d1
commit 3c37eda13b
3 changed files with 13 additions and 5 deletions

View file

@ -5,7 +5,7 @@ with lib;
programs.fuzzel = {
settings = {
main = {
font = "Fira Code Nerd Font Mono:size=9";
font = "Fira Code Nerd Font Mono:size=12";
icon-theme = "Papirus-Dark";
width = 60;
show-actions = "yes";