dots/modules/nixos/features/nixpkgs.nix
2025-10-22 01:22:05 +11:00

3 lines
41 B
Nix

{
nixpkgs.config.allowUnfree = true;
}