making kaladin more dedicated to gaming
This commit is contained in:
parent
790b30d1c3
commit
72f09da8b3
19
modules/gaming.nix
Normal file
19
modules/gaming.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue