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
|
;; Display a horizontal line instead of ^L for page break characters
|
||||||
(use-package page-break-lines
|
(use-package page-break-lines
|
||||||
|
:diminish
|
||||||
:config
|
:config
|
||||||
(global-page-break-lines-mode +1)
|
(global-page-break-lines-mode +1)
|
||||||
)
|
)
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- fwupd
|
- fwupd
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
when: install_graphics
|
||||||
|
package:
|
||||||
|
name:
|
||||||
- gnome-firmware
|
- gnome-firmware
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user