diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:03:31 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-16 17:03:31 -0500 |
commit | 2e4752fd2608dba3d7bda6fd47ec8e7b2b928166 (patch) | |
tree | 74355b6ee622c0801ddbbf84ac6d9a300889c4ce | |
parent | 2ed9fbcdb1e12a408ce9583417f21e126f2e4959 (diff) |
ikaruga: os: Add comment explaining what brlaser is for.
-rw-r--r-- | ikaruga-os.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ikaruga-os.scm b/ikaruga-os.scm index 1c286c4..eda7b3e 100644 --- a/ikaruga-os.scm +++ b/ikaruga-os.scm @@ -71,6 +71,7 @@ (web-interface? #t) (extensions (list (specification->package "cups-filters") + ;; Brother laser printers (specification->package "brlaser"))))) ;; Used by GNOME Boxes (service libvirt-service-type) |