{ config, lib, ... }: { nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "24.11"; nixpkgs = { config = { allowUnfree = true; allowUnfreePredicate = true; }; hostPlatform = lib.mkDefault "x86_64-linux"; }; }