{ config, pkgs, ... }: { imports = [ ./workstation.nix ]; environment = { systemPackages = with pkgs; [ acpi ]; }; }