configuration merge with laptop and pc

This commit is contained in:
2026-08-15 21:51:35 +02:00
parent b0b2e04b7f
commit 974858253b
32 changed files with 1861 additions and 144 deletions
@@ -0,0 +1,10 @@
{{- if eq .chezmoi.os "linux" -}}
#!/usr/bin/env bash
set -e
[ "${CHEZMOI}" -eq 1 ] || exit 1
systemctl --user enable --now dms
# vim: syntax=bash ft=template
{{- end -}}