From f0b6b7b08f08602f0dba61d2d66d95734e9aeb64 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 3 Mar 2026 21:38:44 -0700 Subject: [PATCH] try without wayland --- nix/tv-computer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tv-computer.nix b/nix/tv-computer.nix index 4eb98c1..a4b1063 100644 --- a/nix/tv-computer.nix +++ b/nix/tv-computer.nix @@ -14,7 +14,7 @@ # ]; boot.kernelPackages = pkgs.linuxPackages_6_1; - services.xserver.displayManager.gdm.wayland = false; + services.displayManager.gdm.wayland = false; #boot.kernelParams = [ # "amdgpu.discovery=1" #];