help-guix
[Top][All Lists]
Advanced

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

Re: Changing user-account's shell


From: Ludovic Courtès
Subject: Re: Changing user-account's shell
Date: Thu, 18 Apr 2019 16:45:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello Tanguy,

Tanguy Le Carrour <address@hidden> skribis:

> I'm trying to set my user's shell through the Guix configuration system,
> but without success.
>
> The syntax I use is:
>
>     (use-package-modules ... shells)
>
>     (operating-system
>       ;; ...
>       (users (cons (user-account
>                     ;; ...
>                     (shell (file-append fish "/bin/fish")))
>                %base-user-accounts))
>
> It's from `gnu/system/shadow.scm:112`.

Could you tell us what command you run and what error message you got?
At first sight this looks good to me.

Thanks,
Ludo’.



reply via email to

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