From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: National keyboard layout for Polish Date: Thu, 18 Apr 2019 21:42:16 +0200 Message-ID: <20190418194216.GA7883@jurong> References: <87r2a0731e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHD0n-0007oR-13 for help-guix@gnu.org; Thu, 18 Apr 2019 15:47:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHCvO-0004op-Ot for help-guix@gnu.org; Thu, 18 Apr 2019 15:42:23 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:35636) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hHCvO-0004lf-Id for help-guix@gnu.org; Thu, 18 Apr 2019 15:42:22 -0400 Content-Disposition: inline In-Reply-To: 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: quiliro@fsfla.org Cc: help-guix@gnu.org Hello, 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))'? > > (use-service-modules desktop) You probably need to replace this line by (use-service-modules desktop xorg) Andreas