add pulseaudio tools
nixos config pipeline / show-flake (push) Successful in 34s
nixos config pipeline / deploy (push) Successful in 6s

This commit is contained in:
smayzy
2026-08-27 00:19:59 +02:00
parent ba42268e49
commit 9eadcbf6a7
+2 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, ... }: { config, lib, pkgs, ... }:
let let
inherit (lib) mkIf mkOption types; inherit (lib) mkIf mkOption types;
in in
@@ -27,5 +27,6 @@ in
}; };
}; };
}; };
environment.systemPackages = with pkgs; [ pulseaudioFull ];
}; };
} }