Files
dotfiles/.chezmoiignore
Alan Orth 8b1c758657 .chezmoiignore: reverse logic
We need to ignore these targets when the host is peanut.
2025-09-06 20:47:14 +03:00

16 lines
350 B
Plaintext

# Dotfiles for hosts with a desktop environment
{{- if eq .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 -}}