8 lines
158 B
Bash
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 }}
|
|
|