Add .chezmoiignore

The logic in here is not intuitive coming from dotdrop. We need to
exclude certain files on peanut because it doesn't have a desltop
environment.
This commit is contained in:
2025-09-06 20:08:53 +03:00
parent 8c12647ba0
commit 948e6d29f2

15
.chezmoiignore Normal file
View File

@@ -0,0 +1,15 @@
# Dotfiles for hosts with a desktop environment
{{- if ne .chezmoi.hostname "peanut" }}
~/.config/darkman
~/.config/foot
~/.config/fuzzel
~/.config/kanshi
~/.config/mako
~/.config/sway
~/.config/systemd
~/.config/waybar
~/.config/xdg-desktop-portal
~/.config/xdg-desktop-portal-wlr
# dark and light mode scripts for darkman
~/.local/share
{{ end -}}