diff --git a/configs/common/dconf-update.yaml b/configs/common/dconf-update.yaml new file mode 100644 index 0000000..3e4d227 --- /dev/null +++ b/configs/common/dconf-update.yaml @@ -0,0 +1,17 @@ +filesystem: + files: + - path: /etc/systemd/system/dconf-update.service + content: | + [Unit] + Description=Update Configuration database system + [Service] + Type=oneshot + ExecStart=dconf update + [Install] + WantedBy=bluetooth.target +systemd: + enable: + - dconf-update.service +pacman: + install: + - dconf