current status of lutris installation

This commit is contained in:
Danilo Reyes 2023-07-04 12:30:03 -06:00
parent 86f1d7b384
commit de278b52aa
3 changed files with 741 additions and 695 deletions

File diff suppressed because it is too large Load Diff

View File

@ -282,13 +282,27 @@ anticipated, most everything seems to run seamlessly.
=note= Roblox uninstalled as there is ongoing drama regarding linux users.
#+begin_src nix
lutris # game/emulator manager
grapejuice # roblox manager
minecraft # minecraft official launcher
# game/emulator manager
# (lutris.override {
# extraPkgs = pkgs: [
# ];
# })
lutris
heroic
wine
vulkan-tools
# (wineWowPackages.full.override {
# wineRelease = "staging";
# mingwSupport = true;
# })
# nix-gaming.packages.${pkgs.hostPlatform.system}.wine-tkg
winetricks
# nix-gaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge
# grapejuice # roblox manager
# minecraft # minecraft official launcher
parsec-bin # remote gaming with friends
protonup-qt # update proton-ge
# nix-gaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge
renpy
#+end_src
*** PRODUCTIVITY
@ -400,6 +414,7 @@ graphviz # graphs
# these two are for doom everywhere
xorg.xwininfo
xdotool
tetex
# development environment
nix-direnv # creates ephimeral environments
@ -799,6 +814,7 @@ environment.variables = rec {
# NVIDIA
CUDA_CACHE_PATH = "\${XDG_CACHE_HOME}/nv";
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
# GBM_BACKEND = "nvidia-drm";
# "__GLX_VENDOR_LIBRARY_NAME" = "nvidia";

View File

@ -147,7 +147,7 @@
# huion driver
# opentabletdriver = {
# enable = true;
# daemon.enable = true;
# daemon.enable = true;
# };
# nvidia driver
nvidia.modesetting.enable = true;