On Wed, 08 May 2019 14:18:33 -0500 Tobias Geerinckx-Rice
wrote
> Hiya Sirgazil,
>
> sirgazil wrote:
> > So, should one do the following instead?
> >
> > $ emacs ~/path/to/my-config.scm
> > Modify the file to your liking
> > $ guix pull && sudo guix system re
On Wed, 08 May 2019 14:16:55 -0500 John Soo wrote
> Hi there,
>
> I do exactly what you said:
>
> $ emacs /path/to/my/config.scm
> $ sudo suix system reconfigure /path/to/my/config.scm
>
> No need to keep it in /etc.
>
> Hope that helps,
Yes, thanks :)
Hiya Sirgazil,
sirgazil wrote:
So, should one do the following instead?
$ emacs ~/path/to/my-config.scm
Modify the file to your liking
$ guix pull && sudo guix system reconfigure
~/path/to/my-config.scm
Oh, it doesn't matter.
This file can be whatever and wherever you want i
Hi there,
I do exactly what you said:
$ emacs /path/to/my/config.scm
$ sudo suix system reconfigure /path/to/my/config.scm
No need to keep it in /etc.
Hope that helps,
John
> On May 8, 2019, at 11:54 AM, sirgazil wrote:
>
> Hi,
>
> I'm reading the Guix manual, and I'm confused about the r
Hi,
I'm reading the Guix manual, and I'm confused about the recommended way to
reconfigure the system.
The workaround added recently to the "Graphical Installation" section suggests
that in a freshly installed system you can:ยน
$ sudo emacs /etc/config.scm
Modify the file to your liking