infrastructure/profiles/gui/nixos/nixpkgs.nix
2021-03-24 16:51:48 +00:00

8 lines
106 B
Nix

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