config

NixOS config
Log | Files | Refs | README | LICENSE

commit eb8172e87f3dc6f50aaf2cab75ff0b932625c957 (tree)
parent 5f05e2e5e6daa2527fe7bbe28881dc2a8f86d8fe
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 15 Mar 2024 12:46:16 +0200

mtworx: fix crtc

Diffstat:
Mhosts/mtworx/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix @@ -133,7 +133,7 @@ in { enable = true; primary = true; mode = "3840x2160"; - crtc = 1; + crtc = 0; position = "0x0"; }; };