{ config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; nix = { package = pkgs.nixFlakes; settings = { experimental-features = [ "nix-command" "flakes" ]; }; }; system.stateVersion = "23.05"; }