aboutsummaryrefslogtreecommitdiff
path: root/modules/misc
diff options
context:
space:
mode:
authorcwyc <cwyc@users.noreply.github.com>2020-06-15 21:47:58 -0400
committerRobert Helgesson <robert@rycee.net>2020-06-23 22:37:02 +0200
commit8f2342e13a2ddc84ed5053e2bfc393184258c686 (patch)
tree76f286c42e9be4b1f7ecb8d58f4207558dce38dd /modules/misc
parent8ab113989126d738691ad70394ad5d0a57dab462 (diff)
ne: add module
Added a simple module to place configuration files for ne: the nice editor. PR #1336
Diffstat (limited to 'modules/misc')
-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 f45be6d6d8a..3009ae7bb32 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1597,6 +1597,13 @@ in
Apologies for the belated notification!
'';
}
+
+ {
+ time = "2020-06-23T20:06:39+00:00";
+ message = ''
+ A new module is available: 'programs.ne'
+ '';
+ }
];
};
}