From c2a8ffe4f7e5bb6da0bf1aff3233ed80dc13c416 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 15 Mar 2024 11:01:09 +0000 Subject: [PATCH] Restore emacsclient for mimetypes --- system/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hyprland.nix b/system/hyprland.nix index b7b2aef1..c8f14aa1 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -47,7 +47,7 @@ }; xdg.portal.enable = true; xdg.mime = let - emacs = ["emacs.desktop"]; + emacs = ["emacsclient.desktop" "emacs.desktop"]; # TODO add nyxt back to browser when I can fix opening # links in existing sessions browser = ["firefox.desktop"]; # nyxt.desktop