nix-config/modules/nixos/common/default.nix
2026-02-23 20:50:47 +01:00

8 lines
94 B
Nix

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