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;