filetypes: use genAttrs

main
Zynh Ludwig 2024-07-30 01:11:06 -07:00
parent 2944546d0a
commit aa61806fe1
1 changed files with 2 additions and 4 deletions

View File

@ -12,10 +12,8 @@ in {
mimeAppsFor =
value: list:
lib.right
builtins.listToAttrs
(map (name: { inherit name value; }))
list;
lib.genAttrs list (name: value);
in
{
enable = true;