nixos-private-dots/modules/home-manager/pipewire.nix

11 lines
411 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Раз через sound.nix не работает, ставя лишние символы
# То я буду делать симлинк в хоум. Ребут пипы:
# systemctl --user restart pipewire
{
xdg.configFile."pipewire/pipewire.conf".text = ''
context.properties = {
default.clock.allowed-rates = [ 44100 48000 88200 96000 176400 192000 352800 384000 705600 768000 ]
}
'';
}