diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index 68cee59..cf5d7d1 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -93,6 +93,11 @@ wayland.windowManager.sway = { enable = true; config = rec { + output = { + "HDMI-A-1" = { + mode = "3840x2160@60Hz"; + }; + }; input = { "*" = {xkb_layout = "de";}; };