nix-config/modules/system/system.nix

9 lines
161 B
Nix

{...}: {
flake.commonModules.system-config = {
nix = {
settings = {
experimental-features = ["nix-command" "flakes"];
};
};
};
}