feat: updated to 25.05 (crocoite)

This commit is contained in:
Ranomier 2025-05-28 22:29:12 +02:00
parent 7eb4cac5ff
commit 5274d24bef
4 changed files with 32 additions and 34 deletions

View file

@ -1,18 +1,20 @@
{pkgs, ...}: {
# Enable sound with pipewire
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
pulse.enable = true;
alsa = {
services = {
pulseaudio.enable = false;
pipewire = {
enable = true;
support32Bit = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
pulse.enable = true;
alsa = {
enable = true;
support32Bit = true;
};
};
};