{ pkgs, ... }: { imports = [ ./hardware.nix ./mullvad.nix ./hyprland ]; system.stateVersion = "23.11"; networking.hostName = "msi"; time.timeZone = "America/Vancouver"; }