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