diff options
| -rw-r--r-- | etc/guix/home.scm | 3 | ||||
| -rw-r--r-- | etc/guix/system.scm | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 452d521..41e28cc 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -101,8 +101,7 @@ (packages (append (map (compose list specification->package+output symbol->string) - '(nss-certs - nss:bin + '(nss:bin glibc-locales bash coreutils diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 5fdd436..1e97a65 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -142,9 +142,8 @@ Seiko Epson Color Ink Jet Printers.") (packages (append (map (compose list specification->package+output symbol->string) - '(nss-certs + '(cups nix - cups ghc ghc-xmonad-contrib xmonad |
