Commit Graph

2 Commits

Author SHA1 Message Date
54d2327ec8 fix(role): Make config deletion more robust
We previously attempted to delete a file even if none was present.
This is now fixed.
2025-08-21 04:08:31 +02:00
f122b06697 feat(role): Add package-specific global config files
Packages can now have a global (i.e. system-wide) config defined and
applied. If package is missing the config file is deleted. This is
helpful for example for Git where we want to define helpful aliases
for every logged in user and for tmux where every user should have
access to the tmux-resurrect session manager etc.
2025-08-21 03:48:22 +02:00