aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-25 04:20:00 -0500
committerRobert Helgesson <robert@rycee.net>2020-05-26 19:14:39 +0200
commita957e2dc6bad9da6464d64cf110c772660035244 (patch)
treebfdb24a110272473701f24e9a57460e0bfe871a0 /modules/misc/news.nix
parent99a97c917a019ce4eaabe78f5aeb44f88e3ede94 (diff)
zoxide: add module
PR #1274
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 57840fcb609..933446aa19e 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1520,6 +1520,13 @@ in
A new module is available: 'programs.dircolors'
'';
}
+
+ {
+ time = "2020-05-26T17:13:58+00:00";
+ message = ''
+ A new module is available: 'programs.zoxide'
+ '';
+ }
];
};
}