From dc7da1094047ebd47c0491f2a3ec0739362e2637 Mon Sep 17 00:00:00 2001 From: John Soo Date: Wed, 1 Apr 2020 08:34:20 -0700 Subject: [PATCH 3/4] gnu: xorg-configuration->file: Expose the function. * gnu/services/xorg.scm (xorg-configuration->file): Expose it. --- gnu/services/xorg.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 1c76049d23..fcd9b4d4f1 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -66,6 +66,8 @@ xorg-configuration-server-arguments xorg-configuration-directory + xorg-configuration->file + %default-xorg-modules %default-xorg-fonts xorg-wrapper -- 2.29.2