From 692cf2692f6b04e43fb3b68f789a6e6e72907d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 20 Aug 2026 14:12:39 +0200 Subject: [PATCH] feat: enable rs3 in bolt launcher --- features/desktop.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/features/desktop.nix b/features/desktop.nix index d2c5c61..451124d 100644 --- a/features/desktop.nix +++ b/features/desktop.nix @@ -115,12 +115,22 @@ (lib.mkIf cfg.apps.enable { programs.thunderbird.enable = true; + # NOTE:(@janezicmatej) bolt's enableRS3 fhs env pulls openssl 1.1, eol since 2023 + nixpkgs.config = { + permittedInsecurePackages = [ "openssl-1.1.1w" ]; + + # Add this to bypass the "broken" status + problems.handlers = { + bolt-launcher.broken = "warn"; # You can also use "ignore" to completely silence it + }; + }; + environment.systemPackages = with pkgs; [ ghostty google-chrome zathura calibre - bolt-launcher + (bolt-launcher.override { enableRS3 = true; }) libnotify bibata-cursors discord