dotfiles/nixos/modules/allow-unfree.nix

5 lines
64 B
Nix
Raw Normal View History

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