feat(desktop): aagl.

This commit is contained in:
CronyAkatsuki 2025-10-03 21:36:17 +02:00
parent 952ffff3a0
commit 4f24961105
3 changed files with 160 additions and 76 deletions

View file

@ -117,6 +117,9 @@
# Enable noisetorch
programs.noisetorch.enable = true;
# Enable AAGL
programs.anime-game-launcher.enable = true;
# Enable sound with pipewire.
security.rtkit.enable = true;
services.pipewire = {
@ -179,6 +182,7 @@
substituters = [
"https://nix-community.cachix.org"
"https://hyprland.cachix.org"
"https://ezkea.cachix.org"
];
trusted-substituters = [
"https://hyprland.cachix.org"
@ -186,6 +190,7 @@
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI="
];
};