infrastructure/depot/profiles/gui/nixpkgs.nix
2021-08-09 02:41:43 +01:00

8 lines
106 B
Nix

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