From 75f4f4542766191f9597d48dfc726bdc269b1a89 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Sat, 18 Jan 2025 21:55:22 +0100 Subject: before patch --- profiles/core/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'profiles') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 5fd82f0..01ce9ec 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -37,10 +37,17 @@ with lib; { "x-scheme-handler/magnet" = ["torrent.desktop"]; "x-scheme-handler/mailto" = ["mail.desktop"]; "x-scheme-handler/msteams" = ["teams.desktop"]; + "x-scheme-handler/http" = ["surf.desktop"]; + "x-scheme-handler/https" = ["surf.desktop"]; }; }; desktopEntries = with pkgs; optionalAttrs (!machine.isDarwin) { + surf = { + type = "Application"; + name = "Browser"; + exec = "${surf}/bin/surf %u"; + }; text = { type = "Application"; name = "Text editor"; -- cgit v1.2.3