From 59867ab4becce21fc6b370ffb12ed77e91e1b823 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:36:58 +0100 Subject: [PATCH] monitor config --- laptop/main.nix | 1 + modules/graphical/hyprland.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/laptop/main.nix b/laptop/main.nix index 1be9c0b..d4dca1c 100644 --- a/laptop/main.nix +++ b/laptop/main.nix @@ -23,6 +23,7 @@ # Enable networking networking.networkmanager.enable = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; networking.extraHosts = '' diff --git a/modules/graphical/hyprland.nix b/modules/graphical/hyprland.nix index c47cf86..ffa1306 100644 --- a/modules/graphical/hyprland.nix +++ b/modules/graphical/hyprland.nix @@ -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" ];