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; };