flocon/run_onchange_40_configure_gnome.sh.tmpl

8 lines
158 B
Bash

#!/bin/bash
{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
dconf load /org/gnome/ < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
{{ end }}