Fix audio config

This commit is contained in:
Username404-59 2026-06-26 00:02:12 +02:00
parent 950e2da40b
commit a269602d5e
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7
3 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,7 @@ in
./modules/ccache.nix ./modules/ccache.nix
./modules/networking.nix ./modules/networking.nix
./modules/mesa.nix ./modules/mesa.nix
./modules/audio.nix
# ISO installer building stuff: # ISO installer building stuff:
./ISO/iso.nix ./ISO/iso.nix
@ -119,7 +120,6 @@ in
home-manager.users.doggo = import ./home/doggo/doggo.nix; home-manager.users.doggo = import ./home/doggo/doggo.nix;
security.polkit.enable = true; security.polkit.enable = true;
security.rtkit.enable = true; # Improves pipewire audio latency
cachyos.settings = { cachyos.settings = {
enable = true; enable = true;

View File

@ -89,7 +89,6 @@
./firefox-config.nix ./firefox-config.nix
./mpv-config.nix ./mpv-config.nix
./ollama-config.nix ./ollama-config.nix
./pipewire-config.nix
]; ];
qt = { qt = {

View File

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