mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 07:32:40 +02:00
docs: gaming
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
# a GUI game launcher for Steam/GoG/Epic
|
# a GUI game launcher for Steam/GoG/Epic
|
||||||
|
# https://lutris.net/games?ordering=-popularity
|
||||||
programs.lutris = {
|
programs.lutris = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultWinePackage = pkgs-x64.proton-ge-bin;
|
defaultWinePackage = pkgs-x64.proton-ge-bin;
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ in
|
|||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|
||||||
# run anime games on Linux
|
# run anime games on Linux
|
||||||
# https://github.com/an-anime-team/r
|
# https://github.com/an-anime-team/
|
||||||
networking.mihoyo-telemetry.block = true;
|
networking.mihoyo-telemetry.block = true;
|
||||||
environment.systemPackages = with aagl.packages."x86_64-linux"; [
|
environment.systemPackages = with aagl.packages."x86_64-linux"; [
|
||||||
anime-game-launcher # Genshin: Impact
|
anime-game-launcher # Genshin: Impact
|
||||||
|
|||||||
Reference in New Issue
Block a user