aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorOwen McGrath <7798336+owm111@users.noreply.github.com>2020-04-18 13:22:09 -0500
committerRobert Helgesson <robert@rycee.net>2020-04-23 22:41:22 +0200
commit2f2a4396c617f843e8e9adf74687e73d592a80ab (patch)
tree0fe1928a884de9896a7ab26f42634b91baf0fb64 /modules/misc/news.nix
parentcb17f1ede2fe777c1d879dc99c8d242a80985ff2 (diff)
lf: add module
Adds 'programs.lf', configuration managment for lf, a terminal file manager. PR #1174
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 a8ef25ef1ef..041c8d478a5 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1474,6 +1474,13 @@ in
A new module is available: 'services.mako'
'';
}
+
+ {
+ time = "2020-04-23T19:45:26+00:00";
+ message = ''
+ A new module is available: 'programs.lf'
+ '';
+ }
];
};
}