Enable rtkit in the right place

This commit is contained in:
Username404-59 2026-06-25 23:58:38 +02:00
parent 60e6e884c3
commit 950e2da40b
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7
2 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,7 @@ in
home-manager.users.doggo = import ./home/doggo/doggo.nix;
security.polkit.enable = true;
security.rtkit.enable = true; # Improves pipewire audio latency
cachyos.settings = {
enable = true;

View File

@ -1,7 +1,6 @@
{ ... }:
{
security.rtkit.enable = true; # Improves audio latency
services.pipewire = {
# For LMMS:
jack.enable = true;