From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: Re: Issues with my configuration - zsh shell default Date: Wed, 05 Jul 2017 10:25:37 +0200 Message-ID: <87k23nuw72.fsf@santanas.co.za> References: <87h8ys8s7i.fsf@elephly.net> <87o9t0uid6.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSfdE-0001ML-H0 for help-guix@gnu.org; Wed, 05 Jul 2017 04:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSfdB-0001uq-CM for help-guix@gnu.org; Wed, 05 Jul 2017 04:25:56 -0400 Received: from outmail148101.authsmtp.com ([62.13.148.101]:54534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dSfdA-0001uO-OT for help-guix@gnu.org; Wed, 05 Jul 2017 04:25:53 -0400 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: Fredrik Salomonsson Cc: help-guix@gnu.org Fredrik Salomonsson writes: [...] > 2) > >> There is no module =E2=80=9C(gnu packages zsh)=E2=80=9D. =E2=80=9Czsh= =E2=80=9D is now in =E2=80=9C(gnu packages >> shells)=E2=80=9D. > > > >> (use-package-modules shells) >> (users (cons (user-account >> (name "admin") >> (comment "") >> (group "users") >> (supplementary-groups '("wheel" "netdev" >> "audio" "video")) >> (shell #~(string-append #$zsh "/bin/zsh")) >> (home-directory "/home/admin")) >> %base-user-accounts)) > > > This worked for me. Thanks. What is the best way of looking up what pac= kage > belongs to what module? In case I hit more of this in the future. Good Q. I have no idea. I guessed. I'm still new to all this too :-)