Adjust laptop screen scaling

This commit is contained in:
Evie Litherland-Smith 2023-12-18 19:51:24 +00:00
parent f8388bbefd
commit e284f4c22e

View file

@ -1,7 +1,3 @@
{ ... }:
{
xdg.configFile."hypr/extra.conf".text = ''
monitor=eDP-1,preferred,auto,1.5
'';
{ ... }: {
xdg.configFile."hypr/extra.conf".text = "monitor=eDP-1,preferred,auto,1.25";
}