aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni/home/config/common.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm
index 7db270a..be9ecfc 100644
--- a/oni/home/config/common.scm
+++ b/oni/home/config/common.scm
@@ -33,10 +33,11 @@
(define foreign-distro-compatibility-packages
(map specification->package+output
- '("glibc-locales"
+ '("glibc-locales" ; Needed for supporting locales
"hicolor-icon-theme" ; Might be needed for certain icons?
"nss-certs" ; Might be needed for cetrificates
"man-db" ; Needed to see man pages from packages
+ "info-reader" ; Needed to see info pages from pacakges
)))
(define home-redshift-service