nix-dotfiles/home/common/unfree.nix

7 lines
90 B
Nix
Raw Permalink Normal View History

2024-12-07 14:34:16 +01:00
{ pkgs, lib, config, ... }:
{
imports = [
];
nixpkgs.config.allowUnfree = true;
}