infrastructure/config/profiles/gui/nixos/nixpkgs.nix
2021-03-24 01:02:11 +00:00

8 lines
106 B
Nix

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