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
inherit (lib) mkIf mkOption types;
in
@@ -27,5 +27,6 @@ in
};
};
};
environment.systemPackages = with pkgs; [ pulseaudioFull ];
};
}