mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-09 03:56:04 +01:00
atuin: add news entry
This commit is contained in:
parent
8a709d5552
commit
e9752bc768
1 changed files with 20 additions and 0 deletions
20
modules/misc/news/2025/11/2025-11-07_13-48-03.nix
Normal file
20
modules/misc/news/2025/11/2025-11-07_13-48-03.nix
Normal 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.
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue