From 821d46befeda48a493bcca07228747372f16ce42 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 17 Oct 2016 09:29:21 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20par=20d=C3=A9faut=20de=20x?= =?UTF-8?q?11=20:=20doit=20=C3=AAtre=20explicitement=20appel=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-x11.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/service-x11.nix b/public/service-x11.nix index a64b168..93e8b16 100644 --- a/public/service-x11.nix +++ b/public/service-x11.nix @@ -12,7 +12,7 @@ mkIf profiles.isDesktop { # Services # Enable the X11 windowing system. services.xserver = { - enable = true; + #enable = true; layout = "fr"; xkbOptions = "eurosign:e"; displayManager.lightdm.enable = true;