mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore(urlwatch): move to makanek
This commit is contained in:
@@ -30,7 +30,12 @@ let
|
||||
{
|
||||
name = "IG Nekrolog";
|
||||
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";
|
||||
|
||||
@@ -58,6 +58,7 @@ in
|
||||
<niveum/configs/gitea.nix>
|
||||
<niveum/configs/telegram-bots>
|
||||
<niveum/configs/weechat.nix>
|
||||
<niveum/configs/urlwatch.nix>
|
||||
<niveum/configs/matterbridge.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
];
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<niveum/configs/keyboard.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
<niveum/configs/spacetime.nix>
|
||||
<niveum/configs/urlwatch.nix>
|
||||
<niveum/configs/mpd-fm.nix>
|
||||
<niveum/configs/sshd.nix>
|
||||
<niveum/configs/version.nix>
|
||||
@@ -15,7 +14,7 @@
|
||||
<niveum/configs/traadfri.nix>
|
||||
<niveum/configs/mail/fetcher.nix>
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
{
|
||||
sound.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user