mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-08 01:49:42 +01:00
aaaaaaa
This commit is contained in:
parent
2a117f052e
commit
682f0354ae
2 changed files with 12 additions and 2 deletions
|
|
@ -27,6 +27,16 @@
|
|||
gaming.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.pipewire.extraConfig.pipewire = {
|
||||
"10-clock-rate" = {
|
||||
"context.properties" = {
|
||||
"default.clock.allowed-rates" = "[ 48000 44100 ]";
|
||||
"log.level" = "4";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.enable = false;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
jack.enable = false;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue