{ config, pkgs, lib, ... }: { imports = [ ./hardware-configuration.nix ./modules ../common ]; networking = { hostName = "dalaptop"; }; hardware = { cpu.intel.updateMicrocode = true; bluetooth = { settings = { General = { Name = "dalaptop"; }; }; }; }; system.stateVersion = "25.05"; }