add sound to kde
This commit is contained in:
parent
d4d6c4794b
commit
cc7d16d9fb
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@ in
|
||||||
};
|
};
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
};
|
};
|
||||||
|
# realtime process priority
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
|
# enable pipewire for sound
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
jack.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# extra pkgs and extensions
|
# extra pkgs and extensions
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue