Re: unbound variable in attempt to install "lightdm"

2023-05-13 Thread Gottfried
Hi, after adding this sentence I get the same message gfp@Tuxedo /etc$ sudo guix system reconfigure /etc/config.scm Passwort: guix system: Fehler: Der Dienst „xorg-server“ kommt mehr als einmal vor guix system: Error: The service "xorg-server" occurs more than once it means I would have to

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Mario Forzanini
On 5/12/23 5:53 PM, Gottfried wrote: If I open emacs and enter M-x guix Return it gives me only one option: emacs autoload packages so I am not sure what you mean by: 'M-x guix RET s a' You should install emacs-guix[0] first, I'd suggest installing it via guix, but you can also use

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Felix Lechner via
Hi Gottfried, On Fri, May 12, 2023 at 8:50 AM Gottfried wrote: > > So can I have both installed? It's possible to have the packages for two display managers installed at the same time, but the system can only be configured to use one at any given time. Guix services do both: They install the

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Gottfried
Hi, thanks for help I added this line in my config.scm --- (use-modules (gnu)) (use-modules (gnu services lightdm)) (use-package-modules cups scanner) (use-service-modules cups desktop networking ssh xorg virtualization) --

Re: unbound variable in attempt to install "lightdm"

2023-05-12 Thread Mario Forzanini
On 5/12/23 5:05 PM, Gottfried wrote: Hi, I managed to update my packages in my default profile without updating "caja-extensions" So now I would like to install "lightdm" I added one line in my config.scm:  (services    

unbound variable in attempt to install "lightdm"

2023-05-12 Thread Gottfried
Hi, I managed to update my packages in my default profile without updating "caja-extensions" So now I would like to install "lightdm" I added one line in my config.scm: (services (append (list (service