diff --git a/flake.nix b/flake.nix index 9ad3946d..f7654a4b 100644 --- a/flake.nix +++ b/flake.nix @@ -129,11 +129,11 @@ isNix = true; monitors = { # Gigabyte fo27q3 - primary = "HDMI-A-1"; + primary = "HDMI-A-3"; # Acer XV272U - secondary = "DP-1"; + secondary = "DP-2"; # Gigabyte M27Q - tertiary = "DP-3"; + tertiary = "DP-1"; }; } { @@ -228,7 +228,7 @@ hostname = "mirai"; profiles.system = { sshUser = "fs0c131y"; - path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.mirai; + path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.mirai; user = "fs0c131y"; }; }; diff --git a/linux/hyprland.nix b/linux/hyprland.nix index ebb50099..b95ffd60 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -18,6 +18,7 @@ settings.wallpapers = { "${device.monitors.primary}" = wallpapers.skull; "${device.monitors.secondary}" = wallpapers.frieren_3; + "${device.monitors.tertiary}" = wallpapers.cloud; }; }; programs.hyprlock = { @@ -34,7 +35,7 @@ # ",highrr,auto,1" "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0" "${device.monitors.secondary}, 2560x1440@170, -1440x-1120,1, transform, 1" - "${device.monitors.tertiary}, 2560x1440@170, 4000x248,1, transform, 3" + "${device.monitors.tertiary}, 2560x1440@170, 2560x-800,1, transform, 3" "Unknown-1,disable" ];