dot-nixos/system/core/nixpkgs.nix
Tim Peters d249a9dbb6 Gen 1
2024-03-05 22:05:40 +01:00

6 lines
91 B
Nix

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