feat: add ananicy
This commit is contained in:
parent
0efebc2189
commit
e9f4c47450
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
services.ananicy = {
|
||||
enable = true;
|
||||
package = pkgs.ananicy-cpp;
|
||||
rulesProvider = pkgs.ananicy-rules-cachyos;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue