From 99db650782b5d7d633d199dbe24e99f24e33bfe9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 17 Jul 2024 07:13:48 -0400 Subject: [PATCH] kitty: Remove useless browser specifier Should make the config more portable by not explicitly declaring librewolf here. --- home/kitty.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/kitty.nix b/home/kitty.nix index 9953b1d9..78cda53f 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -13,7 +13,6 @@ in cursor_blink_interval = 0; enabled_layouts = "fat, tall, vertical"; - open_url_with = "librewolf"; wayland_titlebar_color = "background"; allow_remote_control = true;