Switch from pipewire to pulse
This commit is contained in:
parent
2d6a58c953
commit
e4c918b9c2
@ -70,20 +70,20 @@
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# services.pipewire = {
|
||||
# enable = true;
|
||||
# alsa.enable = true;
|
||||
# alsa.support32Bit = true;
|
||||
# pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
|
||||
# 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)
|
||||
#media-session.enable = true;
|
||||
};
|
||||
# };
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.libinput.enable = false;
|
||||
|
@ -18,7 +18,7 @@
|
||||
pastafarian-holy-days
|
||||
just-perfection
|
||||
]) ++ (with pkgs; [
|
||||
# gnome-tweaks
|
||||
gnome-tweaks
|
||||
# adwaita-icon-theme
|
||||
]);
|
||||
}
|
||||
|
@ -24,6 +24,7 @@
|
||||
htop
|
||||
btop
|
||||
yazi
|
||||
google-chrome
|
||||
dig
|
||||
prismlauncher
|
||||
inetutils
|
||||
|
Loading…
x
Reference in New Issue
Block a user