diff --git a/configs/urlwatch.nix b/configs/urlwatch.nix index c27415a..5a7d7b2 100644 --- a/configs/urlwatch.nix +++ b/configs/urlwatch.nix @@ -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! + ]; diff --git a/systems/zaatar/configuration.nix b/systems/zaatar/configuration.nix index 08a1c52..b2cabc7 100644 --- a/systems/zaatar/configuration.nix +++ b/systems/zaatar/configuration.nix @@ -7,7 +7,6 @@ - @@ -15,7 +14,7 @@ { - nixpkgs.config.allowUnfree = true; + nixpkgs.config.allowUnfree = true; } { sound.enable = true;