From 3c098a496ed94e26a9ca071f69420799b8ba698c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 7 Jun 2024 13:54:03 +0200 Subject: [PATCH] monitors funky --- configuration.nix | 2 +- home-modules/hyprland.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index efd05dd..2c676f3 100755 --- a/configuration.nix +++ b/configuration.nix @@ -17,7 +17,7 @@ in ./system-modules/gpg.nix ./system-modules/sops.nix ./system-modules/syncthing.nix - # ./system-modules/hsmw.nix # old + ./system-modules/hsmw.nix # old ./system-modules/docker.nix ./system-modules/health_reminder.nix ./system-modules/ollama.nix diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index 9b03210..d35ded3 100755 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -19,13 +19,13 @@ let }; north = { main = { - name = "DP-1"; + name = "DP-4"; resolution = "2560x1440"; position = "1920x0"; scale = "1.0"; }; left = { - name = "HDMI-A-1"; + name = "HDMI-A-2"; resolution = "1920x1080"; position = "0x360"; scale = "1.0";