From 6f7e6d18b99ab42c23e2f17f44430357d1d7625f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 3 Feb 2024 13:09:25 +0000 Subject: [PATCH] Add emacs as default for inode/directory mimetype --- system/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/hyprland.nix b/system/hyprland.nix index 8999ed14..572e0237 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -41,6 +41,8 @@ emacs = ["emacsclient.desktop" "emacs.desktop"]; browser = ["nyxt.desktop" "chromium-browser.desktop"]; applications = { + "inode/directory" = emacs; + "image/jpeg" = ["swayimg.desktop"] ++ emacs; "image/png" = ["swayimg.desktop"] ++ emacs; "video/mp4" = ["mpv.desktop"];