infrastructure/config/profiles/gui/nixpkgs.nix
2021-07-06 01:00:41 +01:00

8 lines
106 B
Nix

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