tweak!: disable xdg user config for now

This commit is contained in:
Kiana Sheibani 2024-10-15 03:32:26 -04:00
parent ea6c17cc74
commit b542ff2162
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -18,7 +18,7 @@ in {
# Org Roam Protocol
home.packages = [ org-protocol ];
xdg.mimeApps = {
enable = true;
enable = false;
defaultApplications."x-scheme-handler/org-protocol" = [ "org-protocol.desktop" ];
};
}