aboutsummaryrefslogtreecommitdiff
path: root/modules/misc
diff options
context:
space:
mode:
authorOlmo Kramer <olmo@codegrade.com>2020-08-26 21:20:54 +0200
committerRobert Helgesson <robert@rycee.net>2020-09-01 22:05:57 +0200
commit4b702bf6b79843ebd3d6165362ce17f9a1327c9b (patch)
tree43fdd93d2943a923a6c56de701fcff792163e3b1 /modules/misc
parent4fe5afa7557e1f135b02ca9adef7c592852adccb (diff)
ncmpcpp: add module
PR #1457
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 bdbd589a501..ea551aa3d35 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1642,6 +1642,13 @@ in
A new module is available: 'programs.mcfly'
'';
}
+
+ {
+ time = "2020-09-01T18:38:18+00:00";
+ message = ''
+ A new module is available: 'programs.ncmpcpp'
+ '';
+ }
];
};
}