packages: {config, ...}: {
environment.systemPackages = with packages; [
nixpkgs.workrave
];
networking.firewall.allowedTCPPorts = [
27273
}