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"];