feat add dconf: gnome-terminal

This commit is contained in:
2025-04-28 14:12:54 +08:00
parent 04d7177344
commit c944251d9e
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{ if eq .chezmoi.os "linux" -}}
#!/bin/bash
# dconf.ini hash: {{ include "dconf.ini" | sha256sum }}
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
{{ end -}}