move around some stuff
This commit is contained in:
parent
6ab8a4e38d
commit
ef537aa980
31 changed files with 126 additions and 308 deletions
|
@ -1,27 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.protontricks
|
||||
pkgs.steamtinkerlaunch
|
||||
];
|
||||
|
||||
_: {pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
#package = pkgs.steam.overrideAttrs (final: prev: {
|
||||
# nativeBuildInputs = prev.nativeBuildInputs ++ [pkgs.breakpointHook];
|
||||
# postInstall =
|
||||
# prev.postInstall
|
||||
# ++ ''
|
||||
# exit 33
|
||||
# '';
|
||||
#});
|
||||
|
||||
remotePlay.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
gamescopeSession.enable = true;
|
||||
## Fixes gamescope
|
||||
## Fixes gamescope (NOTE: no clue what this means)
|
||||
extraPackages = with pkgs; [
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue