diff options
| author | Fuwn <[email protected]> | 2024-10-15 20:09:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-15 20:09:27 -0700 |
| commit | c81d4c89118cbb793cda31439051471290cb1200 (patch) | |
| tree | d6512b2f7a16769148fe923ea245e82cc12b255b /modules/pc/services/ananicy.nix | |
| parent | lock: bump tsutsumi (diff) | |
| download | nixos-config-c81d4c89118cbb793cda31439051471290cb1200.tar.xz nixos-config-c81d4c89118cbb793cda31439051471290cb1200.zip | |
pc: move services out of software
Diffstat (limited to 'modules/pc/services/ananicy.nix')
| -rw-r--r-- | modules/pc/services/ananicy.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/pc/services/ananicy.nix b/modules/pc/services/ananicy.nix new file mode 100644 index 0000000..bdc9bbd --- /dev/null +++ b/modules/pc/services/ananicy.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: +{ + services.ananicy = { + enable = false; + package = pkgs.ananicy-cpp; + rulesProvider = pkgs.ananicy-rules-cachyos; + }; +} |