fix(emacs): make default application
Some checks failed
build / build-sydpc (push) Has been cancelled
build / build-fruitbook (push) Has been cancelled
build / build-deertopia (push) Has been cancelled

This commit is contained in:
2026-03-07 14:36:21 -07:00
parent 31f362aa45
commit db2ee5630a

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