Change builder conf & adapt steamCompatPkgs
This commit is contained in:
parent
a5aadd4c05
commit
a86501018c
4 changed files with 11 additions and 10 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue