feat: Hyprland monitor config and display scale

Change displayScale to 2
Add explicit eDP config
This commit is contained in:
Zhongheng Liu 2024-09-01 09:22:37 +03:00
commit c2e4f54322
No known key found for this signature in database
2 changed files with 9 additions and 3 deletions

View file

@ -21,7 +21,7 @@
config = rec {
myUserName = "stvnliu";
myHostName = "nixos-msi";
displayScale = 1;
displayScale = 2;
myWallPaperPathString = "/home/${myUserName}/wallpaper.jpg";
myDisplayName = "Zhongheng Liu";
myEmail = "z.liu@outlook.com.gr";