mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:56:11 +01:00
8 lines
144 B
Nix
8 lines
144 B
Nix
{pkgs, ...}: {
|
|
services.ananicy = {
|
|
enable = true;
|
|
package = pkgs.ananicy-cpp;
|
|
rulesProvider = pkgs.ananicy-rules-cachyos;
|
|
};
|
|
}
|