update configuration of hyprland and docker install packages

This commit is contained in:
Frank Zechert
2026-08-27 09:05:06 +02:00
parent 77c616227e
commit 706a602e33
3 changed files with 46 additions and 4 deletions
@@ -23,6 +23,15 @@ fi
# spotify hash: <not installed>
{{ end }}
{{ $spotifyPath := "/usr/bin/spotify" }}
{{ $s := stat $spotifyPath }}
{{ if and $s (hasKey $s "Exists") $s.Exists }}
# spotify hash: {{ include $spotifyPath | sha256sum }}
{{ else }}
# spotify hash: <not installed>
{{ end }}
{{ $catppuccinPath := joinPath .chezmoi.homeDir ".config/spicetify-catppuccin-theme/catppuccin/app.scss" }}
{{ $c := stat $catppuccinPath }}
{{ if and $c (hasKey $c "Exists") $c.Exists }}