diff --git a/public/services/x11.nix b/public/services/x11.nix index 4c9bdf7..32f352e 100644 --- a/public/services/x11.nix +++ b/public/services/x11.nix @@ -12,7 +12,7 @@ mkIf profiles.isDesktopEnvironment { # Services # Enable the X11 windowing system. services.xserver = { - #enable = true; + enable = true; layout = "fr"; xkbOptions = "eurosign:e"; displayManager.lightdm.enable = true;