Change builder conf & adapt steamCompatPkgs

This commit is contained in:
Tristan D. 2024-09-12 10:21:23 +02:00
parent a5aadd4c05
commit a86501018c
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
4 changed files with 11 additions and 10 deletions

View file

@ -76,14 +76,14 @@
gst_all_1.gst-vaapi gst_all_1.gst-vaapi
waypipe waypipe
veracrypt veracrypt
deadbeef-with-plugins # deadbeef-with-plugins
lutris lutris
heroic heroic
# qbittorrent # qbittorrent
unar unar
fuse # TODO Why needed ? fuse # TODO Why needed ?
pcsx2 # pcsx2
flightgear # flightgear
kdePackages.konversation kdePackages.konversation
]; ];
}; };

View file

@ -351,7 +351,8 @@ in
shellcheck shellcheck
shfmt shfmt
statix statix
texlive.combined.scheme-full #texlive.combined.scheme-full
texlive.combined.scheme-medium
tokei tokei
tree-sitter tree-sitter
wget wget

View file

@ -21,15 +21,15 @@
]; ];
}; };
extraCompatPackages = with pkgs; [
proton-ge-custom
];
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
}; };
programs.xwayland.enable = true; programs.xwayland.enable = true;
programs.gamescope.enable = true; programs.gamescope.enable = true;
chaotic.steam.extraCompatPackages = with pkgs; [
proton-ge-custom
];
hardware.xone.enable = true; # USB hardware.xone.enable = true; # USB
hardware.xpadneo.enable = true; # Wireless hardware.xpadneo.enable = true; # Wireless
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;

View file

@ -32,8 +32,8 @@
hostName = "nixremote@nixos-desk"; hostName = "nixremote@nixos-desk";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh"; protocol = "ssh";
maxJobs = 8; maxJobs = 2;
speedFactor = 1; speedFactor = 0;
supportedFeatures = [ supportedFeatures = [
"benchmark" "benchmark"
"big-parallel" "big-parallel"
@ -49,7 +49,7 @@
hostName = "nixremote@nixos-pulse"; hostName = "nixremote@nixos-pulse";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh"; protocol = "ssh";
maxJobs = 8; maxJobs = 0;
speedFactor = 1; speedFactor = 1;
supportedFeatures = [ supportedFeatures = [
"benchmark" "benchmark"