flocon/run_onchange_40_configure_gnome.sh.tmpl

9 lines
158 B
Cheetah
Raw Normal View History

2024-08-09 20:21:06 +00:00
#!/bin/bash
{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
dconf load /org/gnome/ < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
{{ end }}