diff --git a/nixos/hosts/kyuubi/home.nix b/nixos/hosts/kyuubi/home.nix index 169f798..ccf3318 100644 --- a/nixos/hosts/kyuubi/home.nix +++ b/nixos/hosts/kyuubi/home.nix @@ -3,7 +3,7 @@ ".config/monitors.xml".source = ./monitors.xml; }; - wayland.windowManager.hyprland.settings.general = { + wayland.windowManager.hyprland.settings = { monitor = [ "DP-1, 1920x1080,0x0,1" "DVI-I-1,1920x1200,-1200x-420,1,transform,1" diff --git a/nixos/hosts/zangetsu/home.nix b/nixos/hosts/zangetsu/home.nix index 4799f4a..70eae83 100644 --- a/nixos/hosts/zangetsu/home.nix +++ b/nixos/hosts/zangetsu/home.nix @@ -1,5 +1,5 @@ { - wayland.windowManager.hyprland.settings.general = { + wayland.windowManager.hyprland.settings = { monitor = ",preferred,auto,1.175"; }; }