mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-06 09:15:54 +02:00
doc: Suggest installing gvfs.
* gnu/system/examples/desktop.tmpl: Add gvfs to the system-wide list of packages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user