Update Scorch and Ronin monitor config

This commit is contained in:
Evie Litherland-Smith 2024-04-15 08:02:57 +01:00
parent e0ba9d21c4
commit 38ca834c2e
2 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,12 @@
{pkgs, ...}: {
imports = [../Scorch/home.nix];
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
wayland.windowManager.sway.config.output = {
"eDP-1" = {
pos = "2560 720";
scale = "1.5";
};
};
wayland.windowManager.hyprland.settings = {
workspace = ["1, monitor:eDP-1, default:true"];
monitor = ["eDP-1,1920x1080,2560x720,1.50"];

View file

@ -8,8 +8,10 @@
proton.primary = lib.mkForce false;
outlook.primary = lib.mkForce true;
};
wayland.windowManager.hyprland.settings = {
misc.force_default_wallpaper = 0;
monitor = ["desc:Dell Inc. DELL P3223QE CCG8YN3,highres,0x0,1.5"]; # => 2560x1440
wayland.windowManager.sway.config.output = {
"Dell Inc. DELL P3223QE CCG8YN3" = {
pos = "0 0";
scale = "1.5";
};
};
}