feat(misc): change themeing
This commit is contained in:
parent
8037b002b5
commit
1a86676c62
4 changed files with 14 additions and 2 deletions
|
|
@ -24,6 +24,16 @@ in {
|
|||
# If you want to use JACK applications, uncomment this
|
||||
jack.enable = true;
|
||||
|
||||
extraConfig.pipewire.adjust-sample-rate = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
"default.allowed-rates" = [48000];
|
||||
"default.clock.quantum" = 32;
|
||||
"default.clock.min-quantum" = 32;
|
||||
"default.clock.max-quantum" = 32;
|
||||
};
|
||||
};
|
||||
|
||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
||||
# no need to redefine it in your config for now)
|
||||
wireplumber.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue