guix-devel
[Top][All Lists]
Advanced

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

Re: Running X on Guix 0.8


From: Omar Radwan
Subject: Re: Running X on Guix 0.8
Date: Mon, 24 Nov 2014 08:27:48 -0800

Can't I just use deco?

On Nov 24, 2014 6:25 AM, "Ludovic Courtès" <address@hidden> wrote:
Currently the easiest way to get X running is to use ‘slim-service’:

  http://www.gnu.org/software/guix/manual/guix.html#X-Window

Add it to the operating system declaration, like:

  (operating-system
    ;; ...
    (services (cons (slim-service) %base-services)))

Then ‘guix system reconfigure config.scm’, restart, and the system
should get straight to the graphical log-in screen (SLiM).

HTH!

Ludo’.

reply via email to

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