fix(emacs): make default application #9

Merged
msyds merged 1 commits from emacs-mimetypes into main 2026-03-07 15:58:17 -07:00

View File

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