mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +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;
|
terminal = false;
|
||||||
genericName = "All-in-one cross-platform voice and text chat for gamers";
|
genericName = "All-in-one cross-platform voice and text chat for gamers";
|
||||||
categories = [ "Network" "InstantMessaging" ];
|
categories = [ "Network" "InstantMessaging" ];
|
||||||
mimeTypes = [ "x-scheme-handler/discord" ];
|
mimeType = [ "x-scheme-handler/discord" ];
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue