~ruther/guix-local

30875d07ef7c970c77ee6117043ad59c16a4e777 — Ludovic Courtès 8 years ago d466b1f
doc: No longer mention Wicd in OS examples.

* gnu/system/examples/desktop.tmpl,
gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager
instead of Wicd.
2 files changed, 3 insertions(+), 3 deletions(-)

M gnu/system/examples/desktop.tmpl
M gnu/system/examples/lightweight-desktop.tmpl
M gnu/system/examples/desktop.tmpl => gnu/system/examples/desktop.tmpl +2 -2
@@ 48,8 48,8 @@

  ;; Add GNOME and/or Xfce---we can choose at the log-in
  ;; screen with F1.  Use the "desktop" services, which
  ;; include the X11 log-in service, networking with Wicd,
  ;; and more.
  ;; include the X11 log-in service, networking with
  ;; NetworkManager, and more.
  (services (cons* (gnome-desktop-service)
                   (xfce-desktop-service)
                   %desktop-services))

M gnu/system/examples/lightweight-desktop.tmpl => gnu/system/examples/lightweight-desktop.tmpl +1 -1
@@ 47,7 47,7 @@
                   %base-packages))

  ;; Use the "desktop" services, which include the X11
  ;; log-in service, networking with Wicd, and more.
  ;; log-in service, networking with NetworkManager, and more.
  (services %desktop-services)

  ;; Allow resolution of '.local' host names with mDNS.