Compare commits

..

No commits in common. "aac0926608b6e7cc8a84ec01d7b2e487cf84b5b1" and "26a4cba43cbd7e6f4c57c73ef738547a6e8f9847" have entirely different histories.

2 changed files with 3 additions and 21 deletions

View File

@ -46,6 +46,7 @@
pipewire.jack
]
)}";
services.xserver.enable = true;
qt = {
enable = true;
style = "adwaita";
@ -88,27 +89,6 @@
};
};
# Dedicate more memory to network interfaces
boot.kernel.sysctl = {
"net.core.rmem_default" = 1048576;
"net.core.rmem_max" = 16777216;
"net.core.wmem_default" = 1048576;
"net.core.wmem_max" = 16777216;
"net.core.optmem_max" = 65536;
"net.ipv4.tcp_rmem" = [
4096
1048576
2097152
];
"net.ipv4.tpc_wmem" = [
4096
65536
16777216
];
"net.ipv4.udp_rmem_min" = 8192;
"net.ipv4.udp_wmem_min" = 8192;
};
# Create null sink for spotifyd
services.pipewire.extraConfig.pipewire."91-null-sinks" = {
"context.objects" = [

View File

@ -11,6 +11,8 @@
rustPlatform.buildRustPackage {
pname = "wprs";
version = "0-unstable-2025-04-16";
buildType = "debug";
dontStrip = true;
src = fetchFromGitHub {
owner = "wayland-transpositor";