nix-config/modules/nixos/common/default.nix
2026-05-17 23:02:29 +02:00

7 lines
80 B
Nix

{
imports = [
./overlays.nix
];
nixpkgs.config.allowUnfree = true;
}