Codroipo (again)
This commit is contained in:
parent
b9980587cf
commit
e90d83f78f
11 changed files with 66 additions and 10 deletions
|
@ -1,4 +1,15 @@
|
|||
{
|
||||
xdg.enable = true;
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps.enable = true;
|
||||
desktopEntries = {
|
||||
org-protocol = {
|
||||
name = "org-protocol";
|
||||
genericName = "Org protocol";
|
||||
exec = "emacsclient -- %u";
|
||||
terminal = false;
|
||||
mimeType = ["x-scheme-handler/org-protocol"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue