Add & enable wireplumber
This commit is contained in:
parent
629b3127c1
commit
123fc86753
|
@ -89,6 +89,7 @@
|
||||||
|
|
||||||
# User tools
|
# User tools
|
||||||
noisetorch
|
noisetorch
|
||||||
|
wireplumber
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
|
@ -146,6 +147,7 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.noisetorch = {
|
programs.noisetorch = {
|
||||||
|
|
Loading…
Reference in a new issue