Hi Guix,
I know that I can add services into my Guix configuration using this pattern:
(operating-system
...
(services (cons* SERVICE
%base-services)))
And for packages I can use this pattern:
(operating-system
...
(packages (cons* PACKAGE
On Thu, Oct 12, 2023 at 11:27:37PM +0200, paul wrote:
> Hi Vagrant,
>
> On 10/12/23 06:41, Vagrant Cascadian wrote:
> > On 2023-10-07, paul via wrote:
> > > I'm interested in using the best distro in the world on my Pinebook Pro
> > > (currently the bootloader is broken on master, see [0], but gui