2023-11-13 09:33:28 -05:00
|
|
|
{#
|
2024-03-18 11:29:01 -04:00
|
|
|
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
2023-11-13 09:33:28 -05:00
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
|
|
|
{% if grains['nodename'] != 'dom0' -%}
|
|
|
|
|
|
|
|
include:
|
2024-03-18 11:29:01 -04:00
|
|
|
- .install-repo
|
|
|
|
- utils.tools.common.update
|
2023-11-13 09:33:28 -05:00
|
|
|
- dotfiles.copy-x11
|
2023-12-31 01:48:29 -05:00
|
|
|
- sys-audio.install-client
|
2023-11-13 09:33:28 -05:00
|
|
|
|
|
|
|
"{{ slsdotpath }}-installed":
|
|
|
|
pkg.installed:
|
2024-03-18 11:29:01 -04:00
|
|
|
- require:
|
|
|
|
- sls: {{ slsdotpath }}.install-repo
|
|
|
|
- sls: utils.tools.common.update
|
2023-11-13 09:33:28 -05:00
|
|
|
- install_recommends: False
|
|
|
|
- skip_suggestions: True
|
2024-08-16 08:02:53 -04:00
|
|
|
- setopt: "install_weak_deps=False"
|
2023-11-13 09:33:28 -05:00
|
|
|
- pkgs:
|
|
|
|
- qubes-core-agent-networking
|
|
|
|
- ca-certificates
|
|
|
|
- qubes-core-agent-thunar
|
|
|
|
- thunar
|
|
|
|
- signal-desktop
|
|
|
|
- dunst
|
2024-07-19 09:30:19 -04:00
|
|
|
- libayatana-appindicator3-1
|
2023-11-13 09:33:28 -05:00
|
|
|
|
|
|
|
{% endif -%}
|