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" ];