mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
feat(audio): include alsa-utils and pavucontrol
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
flake.modules.nixos.hardware = {
|
||||
flake.modules.nixos.hardware = { pkgs, ... }: {
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
@@ -9,5 +9,10 @@
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alsa-utils
|
||||
pavucontrol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user