From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: National keyboard layout for Polish Date: Fri, 19 Apr 2019 14:13:47 +0200 Message-ID: <875zrachvo.fsf@gnu.org> References: <87r2a0731e.fsf@gnu.org> <20190418194216.GA7883@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHSOs-0007GW-EJ for help-guix@gnu.org; Fri, 19 Apr 2019 08:13:51 -0400 In-Reply-To: <20190418194216.GA7883@jurong> (Andreas Enge's message of "Thu, 18 Apr 2019 21:42:16 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Andreas Enge Cc: quiliro@fsfla.org, help-guix@gnu.org Andreas Enge skribis: > On Thu, Apr 18, 2019 at 12:24:41PM -0700, Quiliro Ordonez wrote: >> /home/quiliro/desktop-full-dvorak.scm:72:12: error: >> set-xorg-configuration: unbound variable >> hint: Did you forget `(use-modules (gnu services xorg))'? >>=20 >> (use-service-modules desktop) > > You probably need to replace this line by > (use-service-modules desktop xorg) Or even just (use-modules (gnu services xorg)) as suggested. :-) Ludo=E2=80=99.