mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
doc: No longer mention Wicd in OS examples.
* gnu/system/examples/desktop.tmpl, gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager instead of Wicd.
This commit is contained in:
parent
d466b1fc82
commit
30875d07ef
2 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue