diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-17 17:01:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-12-17 18:12:22 +0200 |
commit | 8e71580aae17f0c84896519d63246ab4bbb77fc4 (patch) | |
tree | e5073ca1914ed292ca2da03703efa97d3b7f316f /gnu/services | |
parent | 9583296f72d8a6201ff353673e19bf84aee350ff (diff) | |
download | guix-8e71580aae17f0c84896519d63246ab4bbb77fc4.tar.gz guix-8e71580aae17f0c84896519d63246ab4bbb77fc4.zip |
gnu: set-xorg-configuration: Update code comment.
* gnu/services/xorg.scm (set-xorg-configuration): Update the comment
about platforms with rust support.
Change-Id: I6237ee9d26b5a74fb0d0b6680d3ff827d2a67418
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index eff1c9354b..d3912a7de6 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -1365,9 +1365,10 @@ polkit.addRule(function(action, subject) { "Run the GNOME Desktop Manager (GDM), a program that allows you to log in in a graphical session, whether or not you use GNOME.")))) -;; Since GDM depends on Rust (gdm -> gnome-shell -> gjs -> mozjs -> rust) -;; and Rust is currently unavailable on non-x86_64 platforms, default to -;; SDDM there (FIXME). +;; Since GDM depends on Rust and Rust is not available on all platforms, +;; use SDDM as the fall-back display manager. +;; TODO: Switch the condition to take into account if Rust is supported and +;; match the configuration in desktop-services-for-system. (define* (set-xorg-configuration config #:optional (login-manager-service-type |