mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
scaling + updated fonts
This commit is contained in:
parent
16b66ba515
commit
c4dcf59357
5 changed files with 15 additions and 24 deletions
|
@ -48,9 +48,9 @@
|
|||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@300,900x1080,1"
|
||||
"HDMI-A-1,1920x1080,1920x0,1"
|
||||
"DP-1,1920x1080,0x0,1"
|
||||
"eDP-1,1920x1080@300,720x864,1.25"
|
||||
"HDMI-A-1,1920x1080,1536x0,1.25"
|
||||
"DP-1,1920x1080,0x0,1.25"
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue