nix-config/modules/nixos/common/default.nix
2026-03-01 16:46:21 +01:00

7 lines
80 B
Nix

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