mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: slim-configuration: Adapt exported getter methods.
Commit 554b860739
introduces changes to the
slim-configuration record without updating the exported methods.
* gnu/services/xorg.scm: Export slim-configuration-xorg and
slim-configuration-sessreg.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
631a6e6377
commit
bab7a49558
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||
;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
|
||||
;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -79,7 +80,8 @@ (define-module (gnu services xorg)
|
|||
slim-configuration-xauth
|
||||
slim-configuration-shepherd
|
||||
slim-configuration-auto-login-session
|
||||
slim-configuration-startx
|
||||
slim-configuration-xorg
|
||||
slim-configuration-sessreg
|
||||
|
||||
slim-service-type
|
||||
slim-service
|
||||
|
|
Loading…
Reference in a new issue