diff --git a/users/seb/@north/home.nix b/users/seb/@north/home.nix index b2463ae..39b07b2 100644 --- a/users/seb/@north/home.nix +++ b/users/seb/@north/home.nix @@ -16,12 +16,5 @@ pkgs.gimp ]; - wayland.windowManager.hyprland.settings = { - monitor = [ - "Unknown-1,disable" - "DP-1,2560x1440@144,0x0,1" - "HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1" - ]; - workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ]; - }; + wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ]; }