realtime audio stuff

This commit is contained in:
2026-07-06 00:06:45 -05:00
parent 090547a5bd
commit 8b6678817e
+17
View File
@@ -82,6 +82,22 @@
#media-session.enable = true; #media-session.enable = true;
}; };
# realtime audio shenanigans
security.pam.loginLimits = [
{
domain = "@audio";
type = "-";
item = "rtprio";
value = "95";
}
{
domain = "@audio";
type = "-";
item = "memlock";
value = "unlimited";
}
];
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;
@@ -114,6 +130,7 @@
hydrapaper hydrapaper
nextcloud-client nextcloud-client
fastfetch fastfetch
mutter
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];