From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Mazurkiewicz Subject: Initial variables value? Date: Sun, 19 May 2019 08:36:27 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSFR2-0005yB-Ec for help-guix@gnu.org; Sun, 19 May 2019 02:36:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSFR1-0004f1-It for help-guix@gnu.org; Sun, 19 May 2019 02:36:40 -0400 Received: from mail-qk1-x730.google.com ([2607:f8b0:4864:20::730]:46801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSFR1-0004eS-BD for help-guix@gnu.org; Sun, 19 May 2019 02:36:39 -0400 Received: by mail-qk1-x730.google.com with SMTP id a132so6927378qkb.13 for ; Sat, 18 May 2019 23:36:39 -0700 (PDT) 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: help-guix@gnu.org How to watch the initial variables values? There are some important variables used in config.scm file. What would be the recommended way to extract eg the variable of %desktop-services ? And where are they declared?