Compare commits

...

2 Commits

Author SHA1 Message Date
72eab7bf29 .chezmoiignore: paths are relative to home 2025-09-06 20:52:53 +03:00
8b1c758657 .chezmoiignore: reverse logic
We need to ignore these targets when the host is peanut.
2025-09-06 20:47:14 +03:00

View File

@@ -1,15 +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
{{- 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
.local/share
{{ end -}}