nichts/modules/programs/gui/miniflux.nix

10 lines
109 B
Nix
Raw Normal View History

2025-02-26 21:27:49 +01:00
{
config,
pkgs,
}: {
services.miniflux = {
enable = true;
createDatabaseLocally = true;
};
}