monitor config

This commit is contained in:
Kopatz
2023-12-12 09:36:58 +01:00
parent 58e582f60c
commit 59867ab4be
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
# Enable networking
networking.networkmanager.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.extraHosts =
''

View File

@@ -76,8 +76,8 @@ in
"HDMI-A-1,1920x1080@60,0x0,1"
"DP-1,2560x1440@144,1920x0,1"
# laptop
"eDP-1,3840x2160@60,0x0,1.5"
"DP-3,1920x1080@60,3840x0,1"
"eDP-1,3840x2160@60,0x0,2"
"DP-3,1920x1080@60,1920x0,1"
# Default
",preferred,auto,auto"
];