aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/rincewind.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/config/rincewind.scm')
-rw-r--r--oni/home/config/rincewind.scm11
1 files changed, 2 insertions, 9 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm
index d209301..ffb807e 100644
--- a/oni/home/config/rincewind.scm
+++ b/oni/home/config/rincewind.scm
@@ -69,7 +69,8 @@
home-xmodmap-service
home-openssh-service
home-kitty-service
- home-channels-service))
+ home-channels-service
+ foreign-distro-compatibility-packages))
#:use-module ((oni home services autokey)
#:select (home-autokey-service-type))
#:use-module ((oni home services copyq)
@@ -270,14 +271,6 @@
(define my-emacs emacs-next)
-(define foreign-distro-compatibility-packages
- (map specification->package+output
- '("glibc-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
- )))
-
(define archlinux-compatibility-packages
(map specification->package
'("fakeroot" ; Needed to build arch packages