{ config, lib, pkgs, inputs, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/common.nix ]; networking.hostName = "desktop"; programs.firefox.enable = true; system.stateVersion = "25.11"; }