[Hyprland] Merges monitor configuration

This commit is contained in:
2026-06-01 17:06:17 -07:00
parent e936b9da8f
commit 7fd462a791
4 changed files with 68 additions and 80 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = map (x: ../../../home-manager + x) [
"/features/chat.nix"
@@ -30,7 +30,7 @@
hardware.monitors = {
"HDMI-A-1" = {
position = "0x0";
mode = "3440x1440@75.05t s";
mode = "3440x1440@75.05";
};
};