mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
modules.services.ananicy: add fix for typora
This commit is contained in:
@@ -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"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user