nix-dotfiles/home/common/unfree.nix

7 lines
90 B
Nix

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