mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-03 19:54:12 -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
14
salt/sys-gui-gpu/cancel.sls
Normal file
14
salt/sys-gui-gpu/cancel.sls
Normal file
|
@ -0,0 +1,14 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
include:
|
||||
- sys-gui.cancel-common
|
||||
- qvm.sys-gui-gpu-detach-gpu
|
||||
|
||||
"{{ slsdotpath }}-gpu-disable-autostart":
|
||||
qvm.prefs:
|
||||
- name: {{ slsdotpath }}-gpu
|
||||
- autostart: False
|
Loading…
Add table
Add a link
Reference in a new issue