diff --git a/config/neoteric/config.nix b/config/neoteric/config.nix
index 0d4f688cca5d2aa4e8e70b00f891bc08ddab56bd..6fa368f82b7e804f4887b8e7926fe1a8aef7a8f9 100644
--- a/config/neoteric/config.nix
+++ b/config/neoteric/config.nix
@@ -8,10 +8,10 @@
 
   config.screens.primary = "eDP-1";
   config.screens.primary_orientation = "normal";
-  config.screens.primary_pos = "0 0 res 1920x1080";
+  config.screens.primary_pos = "0 0 res 2560x1600";
   config.screens.secondary = "DP-3";
   config.screens.secondary_orientation = "normal";
-  config.screens.secondary_pos = "0 1080 res 1920x515";
+  config.screens.secondary_pos = "0 1080 res 2560x734";
   config.screens.has_secondary = true;
 
   config.swaybar.font_size = 11.0;
@@ -38,6 +38,6 @@
     ../../pkgs/social_media
     ../../pkgs/virtualisation
     ../../pkgs/productivity
-    ../../pkgs/multimedia/stylix
+    #../../pkgs/multimedia/stylix
   ];
 }
diff --git a/config/neoteric/default.nix b/config/neoteric/default.nix
index ac3d9c1d00016a05f179a1e94dc14ce35a624367..da9648be6610cbad9af5bf833a568bbfa6f54745 100644
--- a/config/neoteric/default.nix
+++ b/config/neoteric/default.nix
@@ -17,7 +17,7 @@
   boot.initrd.kernelModules = [ "dm-snapshot" "vfat" "nls_cp437" "nls_iso8859-1" "usbhid" ];
   boot.kernelModules = [ "kvm-amd" "v4l2loopback" ];
   boot.extraModulePackages = with pkgs; [ config.boot.kernelPackages.v4l2loopback.out ];
-  boot.kernelParams = [ "nomodeset" ]
+  boot.kernelParams = [ "nomodeset" ];
 
   # Setup keyfile
   boot.initrd.secrets = {