{ pkgs, ... }: { imports = [ ./hardware-configuration.nix ../common.nix ]; environment.systemPackages = with pkgs; [ tmux ]; }