diff options
author | EuAndreh <eu@euandre.org> | 2022-12-16 19:48:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-16 19:48:32 -0300 |
commit | 511c7254373c242749e6b162bbfe4b163ac04908 (patch) | |
tree | a1a1d48477a22533f1202158c268fc5ef115cec6 | |
parent | etc/guix/system.scm: Fix build and activation of EPSON driver (diff) | |
download | dotfiles-511c7254373c242749e6b162bbfe4b163ac04908.tar.gz dotfiles-511c7254373c242749e6b162bbfe4b163ac04908.tar.xz |
etc/guix/system.scm: Add nss-mdns package
As an attempt to make Avahi find the .local address of the printer.
-rw-r--r-- | etc/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 6d4499a..4d79ae8 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -430,6 +430,7 @@ Seiko Epson Color Ink Jet Printers.") (append (map (compose list specification->package+output symbol->string) '(nss-certs + nss-mdns i3-wm)) (list) (remove (lambda (package) |