fix: thunar requires xfce helpers to find terminal

This commit is contained in:
Ben Grande 2024-01-31 14:42:17 +01:00
parent c08b39decc
commit b5d7371f93
13 changed files with 68 additions and 4 deletions

View file

@ -0,0 +1,14 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if grains['nodename'] != 'dom0' -%}
include:
- dotfiles.copy-sh
- dotfiles.copy-x11
- dotfiles.copy-xfce
{% endif -%}