Commit f404edb
niri: preserve string context in generated config
lib.trim goes through builtins.match, which discards string context, so
store paths in wayland.windowManager.niri.settings end up as inert text in
niri/config.kdl with nothing rooting the referenced packages.
toKDL only ever appends a single trailing newline, so lib.removeSuffix
strips it just as well and keeps the context.1 parent c30c795 commit f404edb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments