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 = {