making kaladin more dedicated to gaming

This commit is contained in:
Chris Cochrun 2023-08-18 12:37:24 -05:00
parent 790b30d1c3
commit 72f09da8b3
3 changed files with 21 additions and 9 deletions

19
modules/gaming.nix Normal file
View file

@ -0,0 +1,19 @@
{ pkgs, lib, config, ... }:
with lib;
{
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
airshipper
lutris
protonup-qt
wineWayland
winetricks
gamescope
cemu
yuzu
mangohud
dwarfs
fuse-overlayfs
];
}

View file

@ -33,6 +33,7 @@ with lib;
sbcl sbcl
openjdk openjdk
qmk qmk
aria2c
# pantalaimon # pantalaimon
plasma5Packages.kwallet plasma5Packages.kwallet
sierra-breeze-enhanced sierra-breeze-enhanced
@ -144,15 +145,6 @@ with lib;
element-desktop-wayland element-desktop-wayland
scrcpy scrcpy
python3 python3
airshipper
lutris
protonup-qt
wineWayland
winetricks
gamescope
cemu
yuzu
mangohud
# hyprland # hyprland
# (callPackage ./ydotool { }) # (callPackage ./ydotool { })
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders # (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders

View file

@ -9,6 +9,7 @@
../../modules/emacs.nix ../../modules/emacs.nix
../../modules/desktop.nix ../../modules/desktop.nix
../../modules/base.nix ../../modules/base.nix
../../modules/gaming.nix
]; ];
networking.hostName = "kaladin"; # Define your hostname. networking.hostName = "kaladin"; # Define your hostname.