1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00

newsboat: use $XDG_CONFIG_HOME/newsboat

As of Newsboat 2.19, configuration using XDG_CONFIG_HOME/newsboat is
supported:
https://newsboat.org/releases/2.19/docs/newsboat.html#_xdg_base_directory_support

This is a continuation of #1331 and includes gating logic so that the
change doesn't happen until state version 21.05.

Supersedes and Closes #1331
This commit is contained in:
Sumner Evans 2021-04-09 14:00:52 -06:00 committed by Robert Helgesson
parent 18930aaf75
commit f7159a0f76
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 75 additions and 25 deletions

View file

@ -179,4 +179,5 @@ The state version in this release includes the changes below. These
changes are only active if the `home.stateVersion` option is set to
"21.05" or later.
* Nothing has happened.
* The `newsboat` module now stores generated configuration in
`$XDG_CONFIG_HOME/newsboat`.