From 7f43360120bdbd21a0b8095a56be65350f9eed91 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 13 Dec 2023 03:06:08 +0000 Subject: [PATCH] newsflash: enable --- hosts/common/programs/newsflash.nix | 1 + hosts/modules/gui/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/programs/newsflash.nix b/hosts/common/programs/newsflash.nix index e5c082eb..0f21afc4 100644 --- a/hosts/common/programs/newsflash.nix +++ b/hosts/common/programs/newsflash.nix @@ -7,6 +7,7 @@ let wanted-feeds = feeds.filterByFormat ["text" "image"] all-feeds; in { sane.programs.newsflash = { + slowToBuild = true; # mainly for desktop: webkitgtk-6.0 persist.byStore.plaintext = [ ".local/share/news-flash" ]; fs.".config/newsflashFeeds.opml".symlink.text = feeds.feedsToOpml wanted-feeds diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 5c9174a3..cdb25058 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -91,7 +91,7 @@ in "mpv" "networkmanagerapplet" # for nm-connection-editor: it's better than not having any gui! "ntfy-sh" # notification service - # "newsflash" + "newsflash" "pavucontrol" # "picard" # music tagging # "libsForQt5.plasmatube" # Youtube player