mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:56:33 +01:00
mimeType and not mimeTypes
This commit is contained in:
parent
e74298fd55
commit
1c8b084ead
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue