feat(skadi): disable aagl, enable sleepy launcher.

This commit is contained in:
CronyAkatsuki 2026-01-13 08:14:36 +01:00
parent a945569d5c
commit 2a29bc21a4
2 changed files with 6 additions and 3 deletions

View file

@ -56,5 +56,11 @@
# Setup switch pro controller
hardware.steam-hardware.enable = true;
services.joycond.enable = true;
# Enable AAGL
programs.anime-game-launcher.enable = false;
# Enable sleepy launcher
programs.sleepy-launcher.enable = true;
};
}