fix(shorthair): Update niri output for 4k monitor

Change-Id: I8e47bd8e00e8210ee6a9373b858772f1984a48a2
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/853
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index 292242c..653983f 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -27,37 +27,37 @@
     enable = true;
 
     monitors = {
-      "Dell Inc. DELL S2422HG 6309K83" = {
-        mode = {
-          width = 1920;
-          height = 1080;
-          refresh = 165.;
-        };
-        position = {
-          x = 3840;
-          y = 0;
-        };
-      };
-      "Shenzhen KTC Technology Group  M27P20P  0000000000001" = {
+      "DP-1" = {
         mode = {
           width = 3840;
           height = 2160;
-          refresh = 160.;
+          refresh = 144.;
         };
         position = {
           x = 0;
           y = 0;
         };
       };
+      "DP-2" = {
+        mode = {
+          width = 3840;
+          height = 2160;
+          refresh = 144.;
+        };
+        position = {
+          x = 3840;
+          y = 0;
+        };
+      };
       "Dell Inc. DELL S2422HG BTTCK83" = {
         mode = {
           width = 1920;
           height = 1080;
-          refresh = 165.;
+          refresh = 164.997;
         };
         position = {
-          x = 3840;
-          y = 1080;
+          x = -1920;
+          y = 540;
         };
       };
       "LG Electronics LG TV SSCR2 0x01010101" = {