dotfiles/nixos/modules/allow-unfree.nix
2020-12-26 23:58:39 +01:00

5 lines
64 B
Nix

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