alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,9 +1,7 @@
{
...
}: {
{...}: {
services = {
pipewire = {
enable = true;
enable = true;
alsa = {
enable = true;
support32Bit = true;
@ -20,7 +18,7 @@
jack = {
enable = true;
};
wireplumber = {
enable = true;
};
@ -34,15 +32,15 @@
44100
48000
88200
96000
96000
];
"default.clock.min-quantum" = 512;
"default.clock.quantum" = 4096;
"default.clock.max-quantum" = 8192;
};
};
"93-no-resampling" = {
"context.properties" = {
"default.clock.rate" = 48000;
@ -50,14 +48,14 @@
44100
48000
96000
192000
192000
];
};
};
"94-no-upmixing" = {
"stream.properties" = {
"channelmix.upmix" = false;
"channelmix.upmix" = false;
};
};
};