Ricardo Wurmus skribis:
>> 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.
>
> You can use “guix package -s zsh” and then use recutils to match on the
> “name” field and print the “location” field. T
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 :
> Divan Santana transcribed 0.9K bytes:
> >
> > F
Divan Santana transcribed 0.9K bytes:
>
> Fredrik Salomonsson 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 "
> 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.
You can use “guix package -s zsh” and then use recutils to match on the
“name” field and print the “location” field. The location matches the
module n
Fredrik Salomonsson 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 "u
1)
> Do you want this to be mounted on boot? I don’t think there’s a way to
> express that a mount should happen after the network has come up (yet).
>
You can only tell Guix not to try to mount the disk on boot. Use
> auto-mounting to mount the disk on demand at a later point. (We don’t
> ha
> 2) Change shell for user to zsh.
> I followed https://gitlab.com/rain1/guix-wiki/wikis/FAQ on how to change
> shell to zsh but getting this error when reconfiguring:
>
>> guix system: error: failed to load '/etc/config.scm':
>> ice-9/boot-9.scm:2795:6: In procedure resolve-interface:
>> ice-9/boo