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: Ludovic Courtès
Subject: Re: Running X on Guix 0.8
Date: Mon, 24 Nov 2014 15:25:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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]