chore: remove aagl, run them via steam+dw-proton instead

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2026-05-10 10:46:52 +08:00
parent ce49423247
commit 495ed3f938
5 changed files with 32 additions and 133 deletions
+10 -7
View File
@@ -45,15 +45,18 @@ in
bbe
])
++ (with pkgs-x64; [
# a game launcher - great for epic games and gog games
# (heroic.override {
# extraPkgs = _pkgs: [
# pkgs.gamescope # aarch64
# ];
# })
# Heroic Games Launcher - primarily for Epic Games & GOG
# https://heroicgameslauncher.com/
(heroic.override {
extraPkgs = _pkgs: [
pkgs.gamescope # aarch64
];
})
]);
# a GUI game launcher for Steam/GoG/Epic
# Game launchers for Epic/GOG/Ubisoft/etc. (use Steam + DWProton for common games)
# a GUI game launcher for Steam/GoG/Epic/Ubisoft
# https://lutris.net/games?ordering=-popularity
programs.lutris = {
enable = true;