2025-09-04 10:21:17 +02:00
|
|
|
{config, ...}: {
|
|
|
|
|
nix.settings = {
|
|
|
|
|
auto-optimise-store = true;
|
|
|
|
|
experimental-features = ["nix-command" "flakes"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
nixpkgs.config = {
|
2025-09-16 12:11:06 +02:00
|
|
|
# allowUnfree = true;
|
|
|
|
|
# allowUnsupportedSystem = true;
|
2025-09-04 10:21:17 +02:00
|
|
|
};
|
|
|
|
|
}
|