dotfiles/nixos/modules/nixpkgs.nix
Bart van der Braak 8dd28119e7 full restructure
2025-01-17 01:25:44 +01:00

6 lines
No EOL
76 B
Nix

{ ... }:
{
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
}