Compare commits
5 Commits
c0578a4bf4
...
weekly-202
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3bae4db52 | ||
|
|
3fe51d5901 | ||
|
|
76f0aeb07a | ||
|
|
0904751654 | ||
|
|
6e6fbc7c3f |
1373
flake.lock
generated
Normal file
1373
flake.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [ inputs.nix-gaming.nixosModules.pipewireLowLatency ];
|
# imports = [ inputs.nix-gaming.nixosModules.pipewireLowLatency ];
|
||||||
options.my.services.sound.enable = lib.mkEnableOption "audio system and PipeWire";
|
options.my.services.sound.enable = lib.mkEnableOption "audio system and PipeWire";
|
||||||
config = lib.mkIf config.my.services.sound.enable {
|
config = lib.mkIf config.my.services.sound.enable {
|
||||||
services.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
@@ -16,11 +16,11 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
lowLatency = {
|
# lowLatency = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
quantum = 64;
|
# quantum = 64;
|
||||||
rate = 48000;
|
# rate = 48000;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user