From db2ee5630a3d4d495dfc83cd887efcfef9ee2938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 7 Mar 2026 14:36:21 -0700 Subject: [PATCH] fix(emacs): make default application --- modules/home/emacs.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/emacs.nix b/modules/home/emacs.nix index dcd259e..bdaa361 100644 --- a/modules/home/emacs.nix +++ b/modules/home/emacs.nix @@ -128,6 +128,13 @@ in { version = cfg.package.version; }; in { + + xdg.mimeApps = { + enable = true; + associations.defaultApplicationPackages = [ + sydmacs + ]; + }; # Set emacsclient as the default editor for the time being. home.sessionVariables = {