From 4d9c6ee3c1809ef6ba45ce271a1807e2a21b7ec5 Mon Sep 17 00:00:00 2001 From: Mirza Arnaut Date: Tue, 25 Jun 2024 11:39:51 +0200 Subject: [PATCH] Move hyprland settings to the right parent --- nixos/hosts/kyuubi/home.nix | 2 +- nixos/hosts/zangetsu/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }; }