feat: volume control on tux, moved wg into common
This commit is contained in:
13
nix/modules/pipewire.nix
Normal file
13
nix/modules/pipewire.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.services.pipewire.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
pamixer
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user