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: Fredrik Salomonsson
Subject: Re: Issues with my configuration - zsh shell default
Date: Wed, 5 Jul 2017 21:58:38 -0700

Thanks guys for all your help. 
Got everything working!
Can finally type normal on the laptop, hitting caps lock instead of ctrl got pretty annoying. :)

Just need to figure out how to manually mount my nfs drive.




2017-07-05 2:15 GMT-07:00 ng0 <address@hidden>:
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



--
s/Fred[re]+i[ck]+/Fredrik/g

reply via email to

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