fix: fix games in lutris

This commit is contained in:
Swarsel 2024-11-04 01:07:12 +01:00
parent b0a0128249
commit 8782cd7491
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 4 additions and 4 deletions

View file

@ -5153,6 +5153,7 @@ When a program does not work, start with =nix-ldd <program>=. This will tell you
pixman pixman
speex speex
stdenv.cc.cc stdenv.cc.cc
steamPackages.steam-fhsenv-without-steam
systemd systemd
tbb tbb
vulkan-loader vulkan-loader
@ -9554,10 +9555,9 @@ The rest of the settings is at [[#h:fb3f3e01-7df4-4b06-9e91-aa9cac61a431][gaming
#+begin_src nix :tangle profiles/optional/home/gaming.nix #+begin_src nix :tangle profiles/optional/home/gaming.nix
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
lutris stable.lutris
wine wine
libudev-zero libudev-zero
dwarfs dwarfs

View file

@ -80,6 +80,7 @@
pixman pixman
speex speex
stdenv.cc.cc stdenv.cc.cc
steamPackages.steam-fhsenv-without-steam
systemd systemd
tbb tbb
vulkan-loader vulkan-loader

View file

@ -1,8 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
lutris stable.lutris
wine wine
libudev-zero libudev-zero
dwarfs dwarfs