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