tweak!: disable xdg
user config for now
This commit is contained in:
parent
ea6c17cc74
commit
b542ff2162
|
@ -18,7 +18,7 @@ in {
|
||||||
# Org Roam Protocol
|
# Org Roam Protocol
|
||||||
home.packages = [ org-protocol ];
|
home.packages = [ org-protocol ];
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = false;
|
||||||
defaultApplications."x-scheme-handler/org-protocol" = [ "org-protocol.desktop" ];
|
defaultApplications."x-scheme-handler/org-protocol" = [ "org-protocol.desktop" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue