help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issues with my configuration - zsh shell default


From: ng0
Subject: Re: Issues with my configuration - zsh shell default
Date: Wed, 5 Jul 2017 09:15:22 +0000

Divan Santana transcribed 0.9K bytes:
> 
> Fredrik Salomonsson <address@hidden> writes:
> 
> [...]
> 
> > 2)
> >
> >> There is no module “(gnu packages zsh)”.  “zsh” is now in “(gnu packages
> >> shells)”.
> >
> >
> >
> >>  (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 package
> > 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 :-)

If you keep a/multiple local checkouts of the guix repository,
grep can help, like

egrep -nr "define-public zsh" gnu/packages

Otherwise there is recutils, and also
1guix package --search
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]