Audio Fix
This commit is contained in:
@@ -120,29 +120,31 @@
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
jack.enable = true;
|
||||
# jack.enable = true;
|
||||
};
|
||||
# services.pipewire = {
|
||||
# config.pipewire = {
|
||||
# "context.properties" = {
|
||||
# #"link.max-buffers" = 64;
|
||||
# "link.max-buffers" = 16; # version < 3 clients can't handle more than this
|
||||
# "log.level" = 2; # https://docs.pipewire.org/page_daemon.html
|
||||
# #"default.clock.rate" = 48000;
|
||||
# #"default.clock.quantum" = 1024;
|
||||
# #"default.clock.min-quantum" = 32;
|
||||
# #"default.clock.max-quantum" = 8192;
|
||||
# services.pipewire.extraConfig.pipewire."92-low-latency" = {
|
||||
# context.properties = {
|
||||
# default.clock.rate = 48000;
|
||||
# default.clock.quantum = 32;
|
||||
# default.clock.min-quantum = 32;
|
||||
# default.clock.max-quantum = 32;
|
||||
# };
|
||||
# context.modules = [
|
||||
# {
|
||||
# name = "libpipewire-module-protocol-pulse";
|
||||
# args = {
|
||||
# pulse.min.req = "32/48000";
|
||||
# pulse.default.req = "32/48000";
|
||||
# pulse.max.req = "32/48000";
|
||||
# pulse.min.quantum = "32/48000";
|
||||
# pulse.max.quantum = "32/48000";
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# stream.properties = {
|
||||
# node.latency = "32/48000";
|
||||
# resample.quality = 1;
|
||||
# };
|
||||
# environment.etc = {
|
||||
# "wireplumber/bluetooth.lua.d/52-bluez-config.lua".text = ''
|
||||
# bluez_monitor.properties = {
|
||||
# ["bluez5.enable-sbc-xq"] = true,
|
||||
# ["bluez5.enable-msbc"] = true,
|
||||
# ["bluez5.enable-hw-volume"] = true,
|
||||
# ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
||||
# '';
|
||||
# };
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
me-emacs
|
||||
rnix-lsp
|
||||
texlive.combined.scheme-full
|
||||
pandoc
|
||||
libreoffice-qt
|
||||
|
||||
Reference in New Issue
Block a user