feat: use native package pavucontrol package

This commit is contained in:
Guz
2025-02-23 16:40:48 -03:00
parent 5c29596644
commit 6f08ff9a0c
2 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
lib,
pkgs,
...
}: {
imports = [
./secrets.nix
];
@@ -50,12 +54,19 @@
# Audio
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
wireplumber.enable = true;
};
security.rtkit.enable = true;
hardware.pulseaudio.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
pavucontrol
];
# Networking
networking = {

View File

@@ -28,8 +28,6 @@
"com.brave.Browser"
# Zen (Main Browser)
"app.zen_browser.zen"
"org.pulseaudio.pavucontrol"
];
services.flatpak.update.onActivation = true;
services.flatpak.overrides = {