current status of lutris installation
This commit is contained in:
parent
86f1d7b384
commit
de278b52aa
1408
configuration.nix
1408
configuration.nix
File diff suppressed because it is too large
Load Diff
@ -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";
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# huion driver
|
||||
# opentabletdriver = {
|
||||
# enable = true;
|
||||
# daemon.enable = true;
|
||||
# daemon.enable = true;
|
||||
# };
|
||||
# nvidia driver
|
||||
nvidia.modesetting.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user