Files
dotfiles/.chezmoiignore
Alan Orth 948e6d29f2 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.
2025-09-06 20:08:53 +03:00

16 lines
350 B
Plaintext

# 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 -}}