mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Fix audio config
This commit is contained in:
parent
950e2da40b
commit
a269602d5e
@ -62,6 +62,7 @@ in
|
||||
./modules/ccache.nix
|
||||
./modules/networking.nix
|
||||
./modules/mesa.nix
|
||||
./modules/audio.nix
|
||||
|
||||
# ISO installer building stuff:
|
||||
./ISO/iso.nix
|
||||
@ -119,7 +120,6 @@ 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;
|
||||
|
||||
@ -89,7 +89,6 @@
|
||||
./firefox-config.nix
|
||||
./mpv-config.nix
|
||||
./ollama-config.nix
|
||||
./pipewire-config.nix
|
||||
];
|
||||
|
||||
qt = {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
security.rtkit.enable = true; # Improves pipewire audio latency
|
||||
services.pipewire = {
|
||||
# For LMMS:
|
||||
jack.enable = true;
|
||||
Loading…
Reference in New Issue
Block a user