Only install gnome-firmware on graphical installs.

This commit is contained in:
Tom Alexander
2023-09-12 15:07:38 -04:00
parent deb977de09
commit beb8781b5c
2 changed files with 7 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
;; Display a horizontal line instead of ^L for page break characters
(use-package page-break-lines
:diminish
:config
(global-page-break-lines-mode +1)
)