From 0cb2ab6a4e758d2b15d83f3f6458421d46f5ff3d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 26 Jun 2023 07:36:32 +0100 Subject: [PATCH] Update output config for Vanguard --- hosts/N0245/home.nix | 1 - hosts/Vanguard/configuration.nix | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 hosts/N0245/home.nix diff --git a/hosts/N0245/home.nix b/hosts/N0245/home.nix deleted file mode 100644 index 668312c0..00000000 --- a/hosts/N0245/home.nix +++ /dev/null @@ -1 +0,0 @@ -{pkgs, ...}: diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 58bfb04e..f8f57f7a 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -70,10 +70,11 @@ home.username = "xenia"; home.homeDirectory = "/home/xenia"; home.stateVersion = "22.11"; + programs.firefox.package = pkgs.firefox-wayland; - wayland.windowManager.sway.config = { - output.HDMI-A-2.scale = "2.0"; - startup = [{command = "steam";}]; + wayland.windowManager.sway.config.output."Acer Technologies ED270R TJMEE0043W01" = { + mode = "1920x1080@165Hz"; + adaptive_sync = "on"; }; };