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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
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)
)

View File

@ -2,6 +2,12 @@
package:
name:
- fwupd
state: present
- name: Install packages
when: install_graphics
package:
name:
- gnome-firmware
state: present