fix(emacs): make default application
This commit is contained in:
@@ -128,6 +128,13 @@ in {
|
|||||||
version = cfg.package.version;
|
version = cfg.package.version;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
associations.defaultApplicationPackages = [
|
||||||
|
sydmacs
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Set emacsclient as the default editor for the time being.
|
# Set emacsclient as the default editor for the time being.
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user