diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 7a6ed2c..d26d413 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -167,6 +167,18 @@ position = "1920,0"; } ]; + laptop_hannspree.outputs = [ + { + criteria = "eDP-1"; + position = "320,1440"; + } + { + criteria = "HannStar Display Corp HC281UPB "; + position = "0,0"; + mode = "3840x2160@60"; + scale = 1.5; + } + ]; }; };