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/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;
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
@ -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;
|
||||||
Loading…
Reference in New Issue
Block a user