nixos-config/utils/unfree.nix
2025-07-17 18:10:37 +02:00

5 lines
69 B
Nix

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