1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

atuin: add news entry

This commit is contained in:
Charlie Collard 2025-11-07 13:53:30 +00:00
parent 8a709d5552
commit e9752bc768
No known key found for this signature in database
GPG key ID: D6A8F8C6CFACFBD8

View file

@ -0,0 +1,20 @@
{
time = "2025-11-07T13:48:03+00:00";
condition = true;
message = ''
The atuin module now always generates a configuration file at
'~/.config/atuin/config.toml', even when 'programs.atuin.settings' is empty.
This prevents atuin from automatically writing its default config file
which would cause home-manager to fail when users later add settings
to their configuration.
This is a breaking change: if you currently have atuin enabled with empty
settings and atuin has already created a configuration file, you may need to
remove the existing file before your next home-manager switch:
rm ~/.config/atuin/config.toml
After this, home-manager will manage the configuration file going forward.
'';
}