diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index 9be88ad..a2cb3a1 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -28,6 +28,7 @@ in { # MOZ_ENABLE_WAYLAND = "1"; # NIXOS_OZONE_WL = "1"; #}; + programs.kdeconnect.enable = true; xdg = { portal = { diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 5a17cfa..27d735d 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -12,7 +12,6 @@ in { ''; in mkIf cfg.enable { programs.dconf.enable = true; - programs.kdeconnect.enable = true; fonts.fontDir.enable = true; fonts.packages = with pkgs; [ diff --git a/modules/misc/cli-tools.nix b/modules/misc/cli-tools.nix index 4e6a23a..0301f65 100644 --- a/modules/misc/cli-tools.nix +++ b/modules/misc/cli-tools.nix @@ -50,6 +50,7 @@ in bat # fancy cat shell-gpt libheif #convert heic to jpg with `heif-convert something.heic something.jpg` + tree ]; }; } diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 7c5e562..f85d83d 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -60,7 +60,7 @@ ime.enable = true; noise-supression.enable = true; obs.enable = true; - openrgb.enable = true; + #openrgb.enable = true; nightlight.enable = true; #plasma.enable = true; i3.enable = true; diff --git a/users/kopatz/home.nix b/users/kopatz/home.nix index 7548fc6..960defa 100644 --- a/users/kopatz/home.nix +++ b/users/kopatz/home.nix @@ -91,6 +91,77 @@ tags = [ "4chan" "technology" ]; 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"; + } + ]; };