about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authornuko <nuko@shimeji.cafe>2024-04-25 17:25:26 +1200
committernuko <nuko@shimeji.cafe>2024-05-03 12:36:35 +1200
commite207abf7969ccf0a7f1e8ca2a27836111b25a978 (patch)
tree9d94e90c35a7e8f527da9deecf0cde3ea68cfb2f /nixos/doc
parentb4f198803898fa50442efa1316560c182e1a2cd7 (diff)
Release Notes: breaking wpaperd config change in 1.0.+
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 5f2c384473da4..a252d2715e76c 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -347,6 +347,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `halloy` package was updated past 2024.5 which introduced a breaking change by switching the config format from YAML to TOML. See https://github.com/squidowl/halloy/releases/tag/2024.5 for details.
 
+- The `wpaperd` package has a breaking change moving to 1.0.1, previous version 0.3.0 had 2 different configuration files, one for wpaperd and one for the wallpapers. Remove the former and move the latter (`wallpaper.toml`) to `config.toml`.
+
 - Ada packages (libraries and tools) have been moved into the `gnatPackages` scope. `gnatPackages` uses the default GNAT compiler, `gnat12Packages` and `gnat13Packages` use the respective matching compiler version.
 
 - Paths provided as `restartTriggers` and `reloadTriggers` for systemd units will now be copied into the nix store to make the behavior consistent.