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.
|
=note= Roblox uninstalled as there is ongoing drama regarding linux users.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
lutris # game/emulator manager
|
# game/emulator manager
|
||||||
grapejuice # roblox manager
|
# (lutris.override {
|
||||||
minecraft # minecraft official launcher
|
# 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
|
parsec-bin # remote gaming with friends
|
||||||
protonup-qt # update proton-ge
|
protonup-qt # update proton-ge
|
||||||
|
renpy
|
||||||
# nix-gaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** PRODUCTIVITY
|
*** PRODUCTIVITY
|
||||||
@ -400,6 +414,7 @@ graphviz # graphs
|
|||||||
# these two are for doom everywhere
|
# these two are for doom everywhere
|
||||||
xorg.xwininfo
|
xorg.xwininfo
|
||||||
xdotool
|
xdotool
|
||||||
|
tetex
|
||||||
|
|
||||||
# development environment
|
# development environment
|
||||||
nix-direnv # creates ephimeral environments
|
nix-direnv # creates ephimeral environments
|
||||||
@ -799,6 +814,7 @@ environment.variables = rec {
|
|||||||
|
|
||||||
# NVIDIA
|
# NVIDIA
|
||||||
CUDA_CACHE_PATH = "\${XDG_CACHE_HOME}/nv";
|
CUDA_CACHE_PATH = "\${XDG_CACHE_HOME}/nv";
|
||||||
|
WEBKIT_DISABLE_COMPOSITING_MODE = "1";
|
||||||
# GBM_BACKEND = "nvidia-drm";
|
# GBM_BACKEND = "nvidia-drm";
|
||||||
# "__GLX_VENDOR_LIBRARY_NAME" = "nvidia";
|
# "__GLX_VENDOR_LIBRARY_NAME" = "nvidia";
|
||||||
|
|
||||||
|
|||||||
@ -147,7 +147,7 @@
|
|||||||
# huion driver
|
# huion driver
|
||||||
# opentabletdriver = {
|
# opentabletdriver = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# daemon.enable = true;
|
# daemon.enable = true;
|
||||||
# };
|
# };
|
||||||
# nvidia driver
|
# nvidia driver
|
||||||
nvidia.modesetting.enable = true;
|
nvidia.modesetting.enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user