added helvum to packages installed

This commit is contained in:
2025-11-10 08:08:31 -05:00
parent 8dd4513997
commit 43654c2946

View File

@@ -1,6 +1,11 @@
{...}: {
# TODO: refactor into module
{ pkgs, ...}: {
services.pipewire = {
enable = true;
pulse.enable = true;
};
environment.systemPackages = with pkgs; [
helvum
];
}