mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-18 19:44:41 -04:00
feat: add GUI domain formula
For: https://github.com/ben-grande/qusal/issues/89
This commit is contained in:
parent
fa11a1da7f
commit
735b324821
50 changed files with 1334 additions and 0 deletions
16
salt/sys-gui-gpu/install.sls
Normal file
16
salt/sys-gui-gpu/install.sls
Normal 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 -%}
|
Loading…
Add table
Add a link
Reference in a new issue