mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
chore(urlwatch): move to makanek
This commit is contained in:
@@ -30,7 +30,12 @@ let
|
|||||||
{
|
{
|
||||||
name = "IG Nekrolog";
|
name = "IG Nekrolog";
|
||||||
url = "https://www.indogermanistik.org/aktuelles/nekrologe.html";
|
url = "https://www.indogermanistik.org/aktuelles/nekrologe.html";
|
||||||
filter = [ { css = "[itemprop=articleBody]"; } "html2text" "strip" ];
|
filter = [
|
||||||
|
{ css = "[itemprop=articleBody]"; }
|
||||||
|
{ shellPipe = ''${pkgs.gnused}/bin/sed 's!<span id="cloak.*</script>!!' ''; }
|
||||||
|
"html2text"
|
||||||
|
"strip"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "IG Neuigkeiten";
|
name = "IG Neuigkeiten";
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ in
|
|||||||
<niveum/configs/gitea.nix>
|
<niveum/configs/gitea.nix>
|
||||||
<niveum/configs/telegram-bots>
|
<niveum/configs/telegram-bots>
|
||||||
<niveum/configs/weechat.nix>
|
<niveum/configs/weechat.nix>
|
||||||
|
<niveum/configs/urlwatch.nix>
|
||||||
<niveum/configs/matterbridge.nix>
|
<niveum/configs/matterbridge.nix>
|
||||||
<niveum/modules/retiolum.nix>
|
<niveum/modules/retiolum.nix>
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<niveum/configs/keyboard.nix>
|
<niveum/configs/keyboard.nix>
|
||||||
<niveum/modules/retiolum.nix>
|
<niveum/modules/retiolum.nix>
|
||||||
<niveum/configs/spacetime.nix>
|
<niveum/configs/spacetime.nix>
|
||||||
<niveum/configs/urlwatch.nix>
|
|
||||||
<niveum/configs/mpd-fm.nix>
|
<niveum/configs/mpd-fm.nix>
|
||||||
<niveum/configs/sshd.nix>
|
<niveum/configs/sshd.nix>
|
||||||
<niveum/configs/version.nix>
|
<niveum/configs/version.nix>
|
||||||
@@ -15,7 +14,7 @@
|
|||||||
<niveum/configs/traadfri.nix>
|
<niveum/configs/traadfri.nix>
|
||||||
<niveum/configs/mail/fetcher.nix>
|
<niveum/configs/mail/fetcher.nix>
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user