diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /modules/services/ananicy.nix | |
| parent | update (diff) | |
| download | nixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip | |
swag
Diffstat (limited to 'modules/services/ananicy.nix')
| -rw-r--r-- | modules/services/ananicy.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/services/ananicy.nix b/modules/services/ananicy.nix new file mode 100644 index 0000000..7e86026 --- /dev/null +++ b/modules/services/ananicy.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + services.ananicy = { + enable = true; + package = pkgs.ananicy-cpp; + rulesProvider = pkgs.ananicy-rules-cachyos; + }; +} |