aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorJustin Lovinger <git@justinlovinger.com>2020-05-06 12:23:40 -0400
committerRobert Helgesson <robert@rycee.net>2020-05-12 22:15:32 +0200
commite9945ee6eefee0e261fe4d5b3a7c5de4f0f8d91b (patch)
treec13ae61cfee67574a49bf105c218b6181faffb2a /modules/misc/news.nix
parentcca024da2badb367b6f825d603d8f7c9bd357bf6 (diff)
dircolors: add module
PR #1219
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 539c5affe00..57840fcb609 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1513,6 +1513,13 @@ in
It can be enabled through the option 'programs.git.delta.enable'.
'';
}
+
+ {
+ time = "2020-05-12T20:09:54+00:00";
+ message = ''
+ A new module is available: 'programs.dircolors'
+ '';
+ }
];
};
}