mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-18 13:47:10 +02:00
chore: remove aagl, run them via steam+dw-proton instead
Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user