From 21ce9728f39163a311f5ef55be82dfc916116983 Mon Sep 17 00:00:00 2001
From: Dmitriy Pleshevskiy <dmitriy@pleshevski.ru>
Date: Wed, 5 Mar 2025 21:08:11 +0300
Subject: [PATCH] host/home: add notes to xrandr configs

---
 hosts/home/hardware-configuration/default.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hosts/home/hardware-configuration/default.nix b/hosts/home/hardware-configuration/default.nix
index 9aa5158..4177707 100644
--- a/hosts/home/hardware-configuration/default.nix
+++ b/hosts/home/hardware-configuration/default.nix
@@ -35,6 +35,9 @@
 
   # All monitors in the right order
   # Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83
+  #
+  # To see references use the following command
+  # man xorg.conf
   services.xserver.xrandrHeads = [
     {
       output = "DP-3";