From 47493848344bd59533aa5f83bee7d9a228367b16 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 5 May 2017 11:22:45 +0200 Subject: [PATCH] =?UTF-8?q?x11=20doit=20=C3=AAtre=20activ=C3=A9=20=C3=A0?= =?UTF-8?q?=20la=20main=20dans=20configuration.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/x11.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/x11.nix b/services/x11.nix index e7b4870..b2acd10 100644 --- a/services/x11.nix +++ b/services/x11.nix @@ -7,12 +7,15 @@ let flags = currentMachine.configuration-flags; in +/** + * Il faut activer `services.xserver.enable = true;` dans configuration.nix + */ mkIf currentMachine.profiles.isDesktopEnvironment { # Services # Enable the X11 windowing system. services.xserver = { - enable = true; + # enable = true; layout = "fr"; xkbOptions = "eurosign:e"; displayManager.lightdm.enable = true;