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
waypipe
veracrypt
deadbeef-with-plugins
# deadbeef-with-plugins
lutris
heroic
# qbittorrent
unar
fuse # TODO Why needed ?
pcsx2
flightgear
# pcsx2
# flightgear
kdePackages.konversation
];
};

View file

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

View file

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

View file

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