Hello Tanguy, Tanguy Le Carrour <tan...@bioneland.org> 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’.