CachyOS / CachyOS-Settings

Settings used for CachyOS
GNU General Public License v3.0
91 stars 22 forks source link

[Feature] Consider putting config files under the .pacnew umbrella #60

Closed Schlaefer closed 4 months ago

Schlaefer commented 5 months ago

In my particular case I had an existing /etc/systemd/zram config which got overwritten by cachyos-settings.

Having the config files not being overwritten but instead in the .pacnew system would allow (the known) benefit of being notified about upstream changes while easily tweaking the local config.

Of course there are usually other ways to overrule any particular config, but this would neatly fit into Arch's established config update pattern.

SoulHarsh007 commented 4 months ago

:wave: Have you considered using configuration overrides? I use this for my zram config: image and it works just fine. You should be using overrides, as marking files as backup prevents us from making crucial changes which might impact performance.