From 395ece2be76e5f9747d7101d271e33392c87e0f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Wed, 10 Jan 2024 20:02:25 -0500 Subject: [PATCH] Added neoteric computer --- config/neoteric/config.nix | 6 +++--- config/neoteric/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/neoteric/config.nix b/config/neoteric/config.nix index 0d4f688..6fa368f 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 ac3d9c1..da9648b 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 = { -- GitLab