feat: add GUI domain formula

For: https://github.com/ben-grande/qusal/issues/89
This commit is contained in:
Ben Grande 2024-07-18 15:09:02 +02:00
parent fa11a1da7f
commit 735b324821
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
50 changed files with 1334 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{#
SPDX-FileCopyrightText: 2019 Frederic Pierret <frederic.pierret@qubes-os.org>
SPDX-FileCopyrightText: 2020 - 2024 Marmarek Marczykowski-Gorecki <marmarek@invisiblethingslab.com>
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: GPL-2.0-only
Upstream pkg.installed install weak_deps/recommends.
#}
{% if grains['nodename'] != 'dom0' -%}
include:
- sys-gui.install
{% endif -%}