more rss feeds

This commit is contained in:
Kopatz
2024-06-15 11:29:40 +02:00
parent d2d7a128f1
commit 51513dcf4a
5 changed files with 74 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ in {
# MOZ_ENABLE_WAYLAND = "1"; # MOZ_ENABLE_WAYLAND = "1";
# NIXOS_OZONE_WL = "1"; # NIXOS_OZONE_WL = "1";
#}; #};
programs.kdeconnect.enable = true;
xdg = { xdg = {
portal = { portal = {

View File

@@ -12,7 +12,6 @@ in {
''; '';
in mkIf cfg.enable { in mkIf cfg.enable {
programs.dconf.enable = true; programs.dconf.enable = true;
programs.kdeconnect.enable = true;
fonts.fontDir.enable = true; fonts.fontDir.enable = true;
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [

View File

@@ -50,6 +50,7 @@ in
bat # fancy cat bat # fancy cat
shell-gpt shell-gpt
libheif #convert heic to jpg with `heif-convert something.heic something.jpg` libheif #convert heic to jpg with `heif-convert something.heic something.jpg`
tree
]; ];
}; };
} }

View File

@@ -60,7 +60,7 @@
ime.enable = true; ime.enable = true;
noise-supression.enable = true; noise-supression.enable = true;
obs.enable = true; obs.enable = true;
openrgb.enable = true; #openrgb.enable = true;
nightlight.enable = true; nightlight.enable = true;
#plasma.enable = true; #plasma.enable = true;
i3.enable = true; i3.enable = true;

View File

@@ -91,6 +91,77 @@
tags = [ "4chan" "technology" ]; tags = [ "4chan" "technology" ];
url = "https://boards.4channel.org/g/index.rss"; url = "https://boards.4channel.org/g/index.rss";
} }
{
title = "ZDI Blog";
tags = [ "zeroday" "security" ];
url = "https://www.zerodayinitiative.com/blog/?format=rss";
}
{
title = "ZDI Published Advisories";
tags = [ "zeroday" "security" ];
url = "https://www.zerodayinitiative.com/rss/published/";
}
{
title = "ZDI Upcoming Advisories";
tags = [ "zeroday" "security" ];
url = "https://www.zerodayinitiative.com/rss/upcoming/";
}
{
title = "The Hackers News";
tags = [ "security" ];
url = "https://feeds.feedburner.com/TheHackersNews";
}
{
title = "NIST";
tags = [ "security" ];
url = "https://www.nist.gov/news-events/cybersecurity/rss.xml";
}
{
title = "The Register";
tags = [ "news" "technology" ];
url = "https://www.theregister.com/headlines.rss";
}
{
title = "Darknet Hackers";
tags = [ "security" ];
url = "http://feeds.feedburner.com/darknethackers";
}
{
title = "Dark Reading";
tags = [ "security" ];
url = "http://www.darkreading.com/rss.xml";
}
{
title = "InfoSecurity Magazine";
tags = [ "security" ];
url = "http://www.infosecurity-magazine.com/rss/news/";
}
{
title = "Krebs on Security";
tags = [ "security" ];
url = "http://krebsonsecurity.com/feed/";
}
{
title = "Schneier on Security";
tags = [ "security" ];
url = "http://www.schneier.com/blog/index.rdf";
}
{
title = "ThreatPost";
tags = [ "security" ];
url = "http://threatpost.com/feed/";
}
{
title = "CVE Feed all";
tags = [ "security" ];
url = "https://cvefeed.io/rssfeed/latest.xml";
}
{
title = "CVE Feed critical and high";
tags = [ "security" ];
url = "https://cvefeed.io/rssfeed/severity/high.xml";
}
]; ];
}; };