From 360138e76f53483be262e3270efb9c51d0e062b3 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 2 Dec 2024 20:38:10 -0600 Subject: [PATCH] remove comments --- sys/modules/graphics.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/graphics.nix b/sys/modules/graphics.nix index 31493c4..162e21b 100644 --- a/sys/modules/graphics.nix +++ b/sys/modules/graphics.nix @@ -14,8 +14,8 @@ in { services = { xserver = { enable = true; - xkb.layout = "us"; #TODO - displayManager.startx.enable = true; #TODO maybe crear un modulo para ly? + xkb.layout = "us"; + displayManager.startx.enable = true; }; libinput.enable = true; };