We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7129795 commit 2579fadCopy full SHA for 2579fad
modules/misc/news/2025/07/2025-07-28_09-45-00.nix
@@ -0,0 +1,17 @@
1
+{ config, ... }:
2
+{
3
+ time = "2025-07-28T09:45:00+00:00";
4
+ condition = config.programs.zsh.enable;
5
+ message = ''
6
+ The zsh module has been refactored to improve path handling.
7
+
8
+ Previously, path resolution was inconsistent and relied on hardcoded
9
+ `$HOME` references. The module has been restructured to use dedicated
10
+ path handling functions that properly handle both absolute and relative
11
+ paths while maintaining consistent behavior.
12
13
+ As part of this refactoring, the use of relative paths has
14
+ been deprecated. Users are encouraged to use absolute paths for more
15
+ predictable path resolution.
16
+ '';
17
+}
0 commit comments