~ruther/guix-local

e48ddb96282cd231e4aed2255f6b918901a71922 — Ricardo Wurmus 9 years ago eb21d24
doc: Suggest installing gvfs.

* gnu/system/examples/desktop.tmpl: Add gvfs to the system-wide list of
packages.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/system/examples/desktop.tmpl
M gnu/system/examples/desktop.tmpl => gnu/system/examples/desktop.tmpl +2 -1
@@ 4,7 4,7 @@

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules certs)
(use-package-modules certs gnome)

(operating-system
  (host-name "antelope")


@@ 42,6 42,7 @@

  ;; This is where we specify system-wide packages.
  (packages (cons* nss-certs         ;for HTTPS access
                   gvfs              ;for user mounts
                   %base-packages))

  ;; Add GNOME and/or Xfce---we can choose at the log-in