mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Enable rtkit in the right place
This commit is contained in:
parent
60e6e884c3
commit
950e2da40b
@ -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;
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
security.rtkit.enable = true; # Improves audio latency
|
||||
services.pipewire = {
|
||||
# For LMMS:
|
||||
jack.enable = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user