From 0d2187f1b24c43c9515bba4756728735327133f0 Mon Sep 17 00:00:00 2001 From: Funkeleinhorn Date: Sun, 27 Oct 2024 17:21:27 +0100 Subject: [PATCH] halloy: fix add halloy url scheme handler halloy also registers the halloy:// scheme handler and uses it for example to share themes. This commit adds this scheme handler so halloy:// urls can be opened on NixOS. --- pkgs/by-name/ha/halloy/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ha/halloy/package.nix b/pkgs/by-name/ha/halloy/package.nix index 2fc97ae6ad9d..37aad2e307c5 100644 --- a/pkgs/by-name/ha/halloy/package.nix +++ b/pkgs/by-name/ha/halloy/package.nix @@ -76,6 +76,7 @@ rustPlatform.buildRustPackage rec { mimeTypes = [ "x-scheme-handler/irc" "x-scheme-handler/ircs" + "x-scheme-handler/halloy" ]; categories = [ "Network"