Switch from pipewire to pulse

This commit is contained in:
xbazzi 2025-03-23 10:53:08 -06:00
parent 2d6a58c953
commit e4c918b9c2
3 changed files with 9 additions and 8 deletions

View File

@ -70,20 +70,20 @@
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
# Enable sound with pipewire. # Enable sound with pipewire.
services.pulseaudio.enable = false; services.pulseaudio.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { # services.pipewire = {
enable = true; # enable = true;
alsa.enable = true; # alsa.enable = true;
alsa.support32Bit = true; # alsa.support32Bit = true;
pulse.enable = true; # pulse.enable = true;
# If you want to use JACK applications, uncomment this # If you want to use JACK applications, uncomment this
#jack.enable = true; #jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default, # 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) # no need to redefine it in your config for now)
#media-session.enable = true; #media-session.enable = true;
}; # };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = false; services.libinput.enable = false;

View File

@ -18,7 +18,7 @@
pastafarian-holy-days pastafarian-holy-days
just-perfection just-perfection
]) ++ (with pkgs; [ ]) ++ (with pkgs; [
# gnome-tweaks gnome-tweaks
# adwaita-icon-theme # adwaita-icon-theme
]); ]);
} }

View File

@ -24,6 +24,7 @@
htop htop
btop btop
yazi yazi
google-chrome
dig dig
prismlauncher prismlauncher
inetutils inetutils