Only install gnome-firmware on graphical installs.
This commit is contained in:
parent
deb977de09
commit
beb8781b5c
@ -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)
|
||||
)
|
||||
|
@ -2,6 +2,12 @@
|
||||
package:
|
||||
name:
|
||||
- fwupd
|
||||
state: present
|
||||
|
||||
- name: Install packages
|
||||
when: install_graphics
|
||||
package:
|
||||
name:
|
||||
- gnome-firmware
|
||||
state: present
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user