mimeType and not mimeTypes

This commit is contained in:
Johannes Jöns 2023-06-30 13:35:18 +02:00
parent e74298fd55
commit 1c8b084ead

View file

@ -55,9 +55,9 @@ in {
terminal = false;
genericName = "All-in-one cross-platform voice and text chat for gamers";
categories = [ "Network" "InstantMessaging" ];
mimeTypes = [ "x-scheme-handler/discord" ];
mimeType = [ "x-scheme-handler/discord" ];
};
};
}
};
programs = {
home-manager.enable = true;