infrastructure/config/profiles/gui/nixos/nixpkgs.nix
2021-03-05 00:36:51 +00:00

9 lines
140 B
Nix

{ pkgs, config, lib, ... }:
{
nixpkgs.config = {
allowUnfree = true;
mumble.speechdSupport = true;
pulseaudio = true;
};
}