modules.services.ananicy: add fix for typora

This commit is contained in:
2024-12-28 15:26:05 +08:00
parent 70a4b66a59
commit d525f2d07c

View File

@@ -9,7 +9,11 @@ inputs:
enable = true;
package = inputs.pkgs.ananicy-cpp;
rulesProvider = inputs.pkgs.ananicy-rules-cachyos;
extraRules = [{ name = "YuanShen.exe"; type = "Game"; }];
extraRules =
[
{ name = "YuanShen.exe"; type = "Game"; }
{ name = "Typora"; type = "Doc-View"; }
];
};
};
}