sys-config/modules/nixos/system/nix.nix
2025-02-11 22:00:49 +01:00

9 lines
128 B
Nix

{ ... }:
{
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nixpkgs.config.allowUnfree = true;
}