home: Increase pop‐up text size

This commit is contained in:
Mikael 2024-08-27 15:49:22 +02:00
parent 08b0b9935f
commit 66c9995964
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -63,6 +63,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
sizes = { sizes = {
terminal = 11; terminal = 11;
popups = 13;
}; };
}; };