dot-nixos/system/core/nixpkgs.nix

7 lines
91 B
Nix

{ config, pkgs, ... }:
{
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
}